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

Unified Diff: chrome/browser/instant/instant_loader.h

Issue 10905301: Switch CoreTabHelper to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/instant/instant_loader.h
diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h
index 64960326364437101011d5107a0194c41239e42c..b955992f68bc1e24eadbdaace7cca97c27d765d3 100644
--- a/chrome/browser/instant/instant_loader.h
+++ b/chrome/browser/instant/instant_loader.h
@@ -23,6 +23,7 @@ class TabContents;
namespace content {
class NotificationDetails;
class NotificationSource;
+class WebContents;
}
namespace gfx {
@@ -109,7 +110,8 @@ class InstantLoader : public content::NotificationObserver {
void SetupPreviewContents();
void CleanupPreviewContents();
- void ReplacePreviewContents(TabContents* old_tc, TabContents* new_tc);
+ void ReplacePreviewContents(content::WebContents* old_contents,
+ content::WebContents* new_contents);
InstantLoaderDelegate* const loader_delegate_;
« no previous file with comments | « no previous file | chrome/browser/instant/instant_loader.cc » ('j') | chrome/browser/prerender/prerender_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698