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

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: rebase 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
« no previous file with comments | « no previous file | chrome/browser/instant/instant_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_loader.h
diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h
index 2313542de9289470cde3312f72726043596ddc68..e767d31a62a0cd026647821c9e869703c796a2a2 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 {
@@ -113,7 +114,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698