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

Unified Diff: chrome/browser/ui/views/tabs/browser_tab_strip_controller.h

Issue 10944016: Switch SearchTabHelper 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/ui/views/tabs/browser_tab_strip_controller.h
diff --git a/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h b/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h
index 25da09073425dfb91ebabfd564ad5675723a63fb..4b5d7aec3d3b234672c570881d83c6c979fc9863 100644
--- a/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h
+++ b/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h
@@ -109,7 +109,7 @@ class BrowserTabStripController
// chrome::search::ToolbarSearchAnimatorObserver implementation:
virtual void OnToolbarBackgroundAnimatorProgressed() OVERRIDE;
virtual void OnToolbarBackgroundAnimatorCanceled(
- TabContents* tab_contents) OVERRIDE;
+ content::WebContents* web_contents) OVERRIDE;
virtual void OnToolbarSeparatorChanged() OVERRIDE {}
// content::NotificationObserver implementation:
@@ -140,7 +140,7 @@ class BrowserTabStripController
class TabContextMenuContents;
// Invokes tabstrip_->SetTabData.
- void SetTabDataAt(TabContents* contents, int model_index);
+ void SetTabDataAt(content::WebContents* web_contents, int model_index);
void StartHighlightTabsForCommand(
TabStripModel::ContextMenuCommand command_id,

Powered by Google App Engine
This is Rietveld 408576698