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

Unified Diff: content/browser/devtools/devtools_frontend_host.h

Issue 22972007: Migrate DevToolsWindow from specific to opaque frontend host messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 3 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 | « chrome/chrome.gyp ('k') | content/browser/devtools/devtools_frontend_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..469d162bf9c3e217a51b1fc2cff49437289b4cee 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 OnDispatchOnEmbedder(const std::string& message);
DevToolsFrontendHostDelegate* delegate_;
DISALLOW_COPY_AND_ASSIGN(DevToolsFrontendHost);
« no previous file with comments | « chrome/chrome.gyp ('k') | content/browser/devtools/devtools_frontend_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698