1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/browser/devtools/protocol/inspector_handler.h"
11 InspectorHandler::InspectorHandler() {
14 InspectorHandler::~InspectorHandler() {
17 void InspectorHandler::SetClient(scoped_ptr
<Client
> client
) {
21 void InspectorHandler::TargetCrashed() {
22 client_
->TargetCrashed(TargetCrashedParams::Create());
25 } // namespace inspector
26 } // namespace devtools
27 } // namespace content