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

Unified Diff: content/browser/debugger/devtools_client_host.h

Issue 7778010: DevTools: split DevToolsHandler into client and agent handlers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use private inheritance for observer interfaces Created 9 years, 4 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/browser/debugger/devtools_window.cc ('k') | content/browser/debugger/devtools_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/debugger/devtools_client_host.h
diff --git a/content/browser/debugger/devtools_client_host.h b/content/browser/debugger/devtools_client_host.h
index 038e0dd4dd6e36b727122d14c0592a85df6cf9ef..f62996717341a49b4c0e4c796dc97d33e7c3035d 100644
--- a/content/browser/debugger/devtools_client_host.h
+++ b/content/browser/debugger/devtools_client_host.h
@@ -55,24 +55,6 @@ class DevToolsClientHost {
// TabStripModel::ReplaceTabContentsAt.
virtual void TabReplaced(TabContents* new_tab) = 0;
- // Default front-end implementation requests that the window representing
- // this client host is activated.
- virtual void RequestActivate() {}
-
- // Default front-end implementation requests that the window representing
- // this client host is (un)docked.
- virtual void RequestSetDocked(bool docked) {}
-
- // Default front-end implementation requests that the window representing
- // this client host is closed.
- virtual void RequestClose() {}
-
- // Default front-end implementation requests that the Save As dialog using
- // default save location is shown with |suggested_file_name| as the default
- // name and |content| as the data to save.
- virtual void RequestSaveAs(const std::string& suggested_file_name,
- const std::string& content) {}
-
// Returns client (front-end) RenderViewHost implementation of this
// client host if applicable. NULL otherwise.
virtual RenderViewHost* GetClientRenderViewHost();
« no previous file with comments | « chrome/browser/debugger/devtools_window.cc ('k') | content/browser/debugger/devtools_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698