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

Unified Diff: chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h

Issue 11364196: Remove TabContents from TabStripModelObserver::ActiveTabChanged. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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/ash/launcher/browser_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h
index 9573d67275c8c38585570d1cb9c02ad0a4c3877a..2335fc8d6b2a92e7ce405146e2cc7e655abdd0e9 100644
--- a/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h
@@ -83,8 +83,8 @@ class BrowserLauncherItemController : public LauncherItemController,
const ash::LauncherItem& old_item) OVERRIDE;
// TabStripModel overrides:
- virtual void ActiveTabChanged(TabContents* old_contents,
- TabContents* new_contents,
+ virtual void ActiveTabChanged(content::WebContents* old_contents,
+ content::WebContents* new_contents,
int index,
bool user_gesture) OVERRIDE;
virtual void TabInsertedAt(content::WebContents* contents,
@@ -124,7 +124,7 @@ class BrowserLauncherItemController : public LauncherItemController,
void UpdateItemStatus();
// Updates the launcher from |tab|.
- void UpdateLauncher(TabContents* tab);
+ void UpdateLauncher(content::WebContents* tab);
void UpdateAppState(content::WebContents* tab);
« no previous file with comments | « chrome/browser/extensions/browser_event_router.cc ('k') | chrome/browser/ui/ash/launcher/browser_launcher_item_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698