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

Unified Diff: chrome/browser/prerender/prerender_browsertest.cc

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 | « chrome/browser/extensions/extension_devtools_bridge.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_browsertest.cc
diff --git a/chrome/browser/prerender/prerender_browsertest.cc b/chrome/browser/prerender/prerender_browsertest.cc
index 3a06eaf499cc04f53a0495598f5a05bf7bbdb4a6..f75dc6824b36591dc6d0c9a8acc5630e006c19c5 100644
--- a/chrome/browser/prerender/prerender_browsertest.cc
+++ b/chrome/browser/prerender/prerender_browsertest.cc
@@ -451,10 +451,10 @@ class FakeDevToolsClientHost : public DevToolsClientHost {
public:
FakeDevToolsClientHost() {}
virtual ~FakeDevToolsClientHost() {}
- virtual void InspectedTabClosing() OVERRIDE {}
+ virtual void InspectedContentsClosing() OVERRIDE {}
virtual void FrameNavigating(const std::string& url) OVERRIDE {}
virtual void DispatchOnInspectorFrontend(const std::string& msg) OVERRIDE {}
- virtual void TabReplaced(WebContents* new_tab) OVERRIDE {}
+ virtual void ContentsReplaced(WebContents* new_contents) OVERRIDE {}
};
class RestorePrerenderMode {
« no previous file with comments | « chrome/browser/extensions/extension_devtools_bridge.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698