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

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

Issue 2341643002: Enhance chrome.app.window API for shelf integration with pinning support (cont.) (Closed)
Patch Set: Unit Test Fix Created 4 years, 2 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 b1d1ad30b1dc1ff3583f3d73417a7c438df617c0..64aefaa270f2e3ad726993387d60c725419e94c0 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -251,6 +251,9 @@ class ChromeLauncherController : public ash::mojom::ShelfObserver,
// Controller to launch Arc apps in deferred mode.
virtual ArcAppDeferredLauncherController* GetArcDeferredLauncher() = 0;
+ // Get the launch ID for a given shelf ID.
+ virtual const std::string& GetLaunchIDForShelfID(ash::ShelfID id) = 0;
+
AppIconLoader* GetAppIconLoaderForApp(const std::string& app_id);
// Sets the shelf auto-hide and/or alignment behavior from prefs.
« no previous file with comments | « chrome/browser/ui/ash/chrome_launcher_prefs.cc ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698