| Index: content/browser/devtools/devtools_frontend_host.h
|
| diff --git a/content/browser/devtools/devtools_frontend_host.h b/content/browser/devtools/devtools_frontend_host.h
|
| index 646ea4bbdce65c1b4d0250d796b2b42dda1ddc79..7c2a4c5b5a84526ea308d64a714c6997a3b1cede 100644
|
| --- a/content/browser/devtools/devtools_frontend_host.h
|
| +++ b/content/browser/devtools/devtools_frontend_host.h
|
| @@ -40,22 +40,7 @@ class DevToolsFrontendHost : public DevToolsClientHost,
|
| virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE;
|
|
|
| void OnDispatchOnInspectorBackend(const std::string& message);
|
| - void OnActivateWindow();
|
| - void OnChangeAttachedWindowHeight(unsigned height);
|
| - void OnCloseWindow();
|
| - void OnMoveWindow(int x, int y);
|
| - void OnRequestSetDockSide(const std::string& side);
|
| - void OnOpenInNewTab(const std::string& url);
|
| - void OnSave(const std::string& url, const std::string& content, bool save_as);
|
| - void OnAppend(const std::string& url, const std::string& content);
|
| - void OnRequestFileSystems();
|
| - void OnAddFileSystem();
|
| - void OnRemoveFileSystem(const std::string& file_system_path);
|
| - void OnIndexPath(int request_id, const std::string& file_system_path);
|
| - void OnStopIndexing(int request_id);
|
| - void OnSearchInPath(int request_id,
|
| - const std::string& file_system_path,
|
| - const std::string& query);
|
| + void OnDispatchOnFrontendHost(const std::string& message);
|
|
|
| DevToolsFrontendHostDelegate* delegate_;
|
| DISALLOW_COPY_AND_ASSIGN(DevToolsFrontendHost);
|
|
|