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

Unified Diff: chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h

Issue 10540100: TabContentsWrapper -> TabContents, part 48. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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/ash/launcher/chrome_launcher_controller.h
diff --git a/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
index 6066f68b1c48a1d8e4c0d5b1e41b67b1dd6d08e6..1e0d370faa2f7ab8f850eecf1da51365cbcc5892 100644
--- a/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
@@ -31,7 +31,6 @@ class BrowserLauncherItemControllerTest;
class PrefService;
class Profile;
class TabContents;
-typedef TabContents TabContentsWrapper;
// ChromeLauncherController manages the launcher items needed for tabbed
// browsers (BrowserLauncherItemController) and browser shortcuts.
@@ -54,7 +53,7 @@ class ChromeLauncherController : public ash::LauncherDelegate,
// Returns the app id of the specified tab, or an empty string if there is
// no app.
- virtual std::string GetAppID(TabContentsWrapper* tab) = 0;
+ virtual std::string GetAppID(TabContents* tab) = 0;
// Returns true if |id| is valid. Used during restore to ignore no longer
// valid extensions.
@@ -119,7 +118,7 @@ class ChromeLauncherController : public ash::LauncherDelegate,
ExtensionPrefs::LaunchType GetLaunchType(ash::LauncherID id);
// Returns the id of the app for the specified tab.
- std::string GetAppID(TabContentsWrapper* tab);
+ std::string GetAppID(TabContents* tab);
// Sets the image for an app tab. This is intended to be invoked from the
// AppIconLoader.

Powered by Google App Engine
This is Rietveld 408576698