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

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

Issue 2870683002: ash: Remove ShelfModel id conversion functions. (Closed)
Patch Set: Address comments. Created 3 years, 7 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 dd437051ff5aa06129170e37e56e62e3101be64b..91a632b1a51a9fb4e5ebf73704ad2afa5001872d 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -220,9 +220,6 @@ class ChromeLauncherController
// Controller to launch ARC apps in deferred mode.
ArcAppDeferredLauncherController* GetArcDeferredLauncher();
- // Get the launch ID for a given shelf ID.
- const std::string& GetLaunchIDForShelfID(const ash::ShelfID& id);
-
AppIconLoader* GetAppIconLoaderForApp(const std::string& app_id);
// Sets the shelf auto-hide and/or alignment behavior from prefs.
@@ -254,10 +251,6 @@ class ChromeLauncherController
void SetProfileForTest(Profile* profile);
// Helpers that call through to corresponding ShelfModel functions.
- ash::ShelfID GetShelfIDForAppID(const std::string& app_id);
- ash::ShelfID GetShelfIDForAppIDAndLaunchID(const std::string& app_id,
- const std::string& launch_id);
- const std::string& GetAppIDForShelfID(const ash::ShelfID& id);
void PinAppWithID(const std::string& app_id);
bool IsAppPinned(const std::string& app_id);
void UnpinAppWithID(const std::string& app_id);

Powered by Google App Engine
This is Rietveld 408576698