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_ |