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

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

Issue 2039543002: Getting rid of ChromeLauncherController::model(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/ash/launcher/chrome_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 639ce4d4f516f9ed1fad366104bdbe7df5370acd..fc0eadb3b8ada5f52018a8a1b1ab215b18988192 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -75,8 +75,8 @@ typedef ScopedVector<ChromeLauncherAppMenuItem> ChromeLauncherAppMenuItems;
// ChromeLauncherController manages the launcher items needed for content
// windows. Launcher items have a type, an optional app id, and a controller.
// This incarnation groups running tabs/windows in application specific lists.
-// * Browser app windows have BrowserLauncherItemController, owned by the
-// BrowserView instance.
+// * Browser app windows have BrowserShortcutLauncherItemController, owned by
+// the BrowserView instance.
// * App windows have AppWindowLauncherItemController, owned by
// AppWindowLauncherController.
// * Shortcuts have no LauncherItemController.
@@ -217,8 +217,6 @@ class ChromeLauncherController
// id of the app.
void PersistPinnedState();
- ash::ShelfModel* model();
-
// Accessor to the currently loaded profile. Note that in multi profile use
// cases this might change over time.
Profile* profile();

Powered by Google App Engine
This is Rietveld 408576698