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

Unified Diff: chrome/browser/extensions/api/debugger/debugger_api.h

Issue 11361034: DevTools: [remote debugging] emit Inspector.detached protocol message upon connectin termination. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comment addressed Created 8 years, 1 month 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
Index: chrome/browser/extensions/api/debugger/debugger_api.h
diff --git a/chrome/browser/extensions/api/debugger/debugger_api.h b/chrome/browser/extensions/api/debugger/debugger_api.h
index a4fa9652c214e6384f57d8203de7532c28f59ebf..36b0cb50b132c46f9f1619536a433137cb57a41a 100644
--- a/chrome/browser/extensions/api/debugger/debugger_api.h
+++ b/chrome/browser/extensions/api/debugger/debugger_api.h
@@ -81,12 +81,4 @@ class SendCommandDebuggerFunction : public DebuggerFunction {
virtual bool RunImpl() OVERRIDE;
};
-class DebuggerApi {
- public:
- // Marks ExtensionDevToolsClientHost as replaced with the bundled devtools
- // so that we could report proper disconnect reason.
- static void MarkDevToolsClientHostAsReplaced(
- content::DevToolsClientHost* client_host);
-};
-
#endif // CHROME_BROWSER_EXTENSIONS_API_DEBUGGER_DEBUGGER_API_H_

Powered by Google App Engine
This is Rietveld 408576698