Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1262)

Unified Diff: content/browser/devtools/protocol/inspector_handler.h

Issue 1866213002: [DevTools] Move inspect from Inspector to Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inspector-connection
Patch Set: inspectRequested Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/devtools/protocol/inspector_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/inspector_handler.h
diff --git a/content/browser/devtools/protocol/inspector_handler.h b/content/browser/devtools/protocol/inspector_handler.h
index 08c1e5e3efb2a39296f437dc323f6a4ce51dba6e..52325c48a69a53bca97e82fe266b18c71de7aa49 100644
--- a/content/browser/devtools/protocol/inspector_handler.h
+++ b/content/browser/devtools/protocol/inspector_handler.h
@@ -29,6 +29,7 @@ class InspectorHandler {
void TargetDetached(const std::string& reason);
Response Enable();
+ Response Disable();
private:
scoped_ptr<Client> client_;
« no previous file with comments | « no previous file | content/browser/devtools/protocol/inspector_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698