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

Unified Diff: content/public/browser/devtools_manager.h

Issue 10065017: TabContents -> WebContentsImpl, part 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/public/browser/devtools_frontend_host_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/devtools_manager.h
diff --git a/content/public/browser/devtools_manager.h b/content/public/browser/devtools_manager.h
index f6029ce502482d940fb175d4953a240fce0fc921..5311c3e42cd5181c13757cb64f2f6308ccd5053e 100644
--- a/content/public/browser/devtools_manager.h
+++ b/content/public/browser/devtools_manager.h
@@ -34,9 +34,10 @@ class CONTENT_EXPORT DevToolsManager {
virtual bool DispatchOnInspectorBackend(DevToolsClientHost* from,
const std::string& message) = 0;
- // Invoked when a tab is replaced by another tab. This is triggered by
+ // Invoked when contents is replaced by another contents. This is triggered by
// TabStripModel::ReplaceTabContentsAt.
- virtual void TabReplaced(WebContents* old_tab, WebContents* new_tab) = 0;
+ virtual void ContentsReplaced(WebContents* old_contents,
+ WebContents* new_contents) = 0;
// Closes all open developer tools windows.
virtual void CloseAllClientHosts() = 0;
« no previous file with comments | « content/public/browser/devtools_frontend_host_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698