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

Unified Diff: content/shell/browser/shell_devtools_frontend.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 | « content/renderer/devtools/devtools_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_devtools_frontend.h
diff --git a/content/shell/browser/shell_devtools_frontend.h b/content/shell/browser/shell_devtools_frontend.h
index b6a617f0cb05e42a8a82fceffbb8b483329ac861..4d3066634f20e39ea2c05f76d74bb768d0f0a1b0 100644
--- a/content/shell/browser/shell_devtools_frontend.h
+++ b/content/shell/browser/shell_devtools_frontend.h
@@ -38,26 +38,7 @@ class ShellDevToolsFrontend : public WebContentsObserver,
virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
// DevToolsFrontendHostDelegate implementation
- virtual void ActivateWindow() OVERRIDE {}
- virtual void ChangeAttachedWindowHeight(unsigned height) OVERRIDE {}
- virtual void CloseWindow() OVERRIDE {}
- virtual void MoveWindow(int x, int y) OVERRIDE {}
- virtual void SetDockSide(const std::string& side) OVERRIDE {}
- virtual void OpenInNewTab(const std::string& url) OVERRIDE {}
- virtual void SaveToFile(const std::string& url,
- const std::string& content,
- bool save_as) OVERRIDE {}
- virtual void AppendToFile(const std::string& url,
- const std::string& content) OVERRIDE {}
- virtual void RequestFileSystems() OVERRIDE {}
- virtual void AddFileSystem() OVERRIDE {}
- virtual void RemoveFileSystem(const std::string& file_system_path) OVERRIDE {}
- virtual void IndexPath(int request_id,
- const std::string& file_system_path) OVERRIDE {}
- virtual void StopIndexing(int request_id) OVERRIDE {}
- virtual void SearchInPath(int request_id,
- const std::string& file_system_path,
- const std::string& query) OVERRIDE {}
+ virtual void DispatchOnEmbedder(const std::string& message) OVERRIDE {}
virtual void InspectedContentsClosing() OVERRIDE;
« no previous file with comments | « content/renderer/devtools/devtools_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698