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

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

Issue 22887015: Remove PerBrowser launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 7 years, 4 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/ash/launcher/chrome_launcher_controller_per_app.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h
index 951589cdfecb64c7f58066b2e94204594a09ab83..73cbf8011f41e0e1a5fbd6fcdb74c8927f8daa83 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.h
@@ -88,17 +88,6 @@ class ChromeLauncherControllerPerApp
// Initializes this ChromeLauncherControllerPerApp.
virtual void Init() OVERRIDE;
- // Returns the new per application interface of the given launcher. If it is
- // a per browser (old) controller, it will return NULL;
- // TODO(skuhne): Remove when we rip out the old launcher.
- virtual ChromeLauncherControllerPerApp* GetPerAppInterface() OVERRIDE;
-
- // Creates a new tabbed item on the launcher for |controller|.
- virtual ash::LauncherID CreateTabbedLauncherItem(
- LauncherItemController* controller,
- IncognitoState is_incognito,
- ash::LauncherItemStatus status) OVERRIDE;
-
// Creates a new app item on the launcher for |controller|.
virtual ash::LauncherID CreateAppLauncherItem(
LauncherItemController* controller,

Powered by Google App Engine
This is Rietveld 408576698