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

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

Issue 2290603002: Enhance chrome.app.window API for shelf integration with pinning support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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_impl.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
index d3007c6c4b2bedf325f07f07aeb14e13206a9931..82451373cfb9531dd4f39afa3ead6a9c0804dd79 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
@@ -155,7 +155,8 @@ class ChromeLauncherControllerImpl
void OnShelfAutoHideBehaviorChanged(ash::Shelf* shelf) override;
void OnShelfAutoHideStateChanged(ash::Shelf* shelf) override;
void OnShelfVisibilityStateChanged(ash::Shelf* shelf) override;
- ash::ShelfID GetShelfIDForAppID(const std::string& app_id) override;
+ ash::ShelfID GetShelfIDForAppID(const std::string& app_id,
+ const std::string& app_shelf_id) override;
bool HasShelfIDToAppIDMapping(ash::ShelfID id) const override;
const std::string& GetAppIDForShelfID(ash::ShelfID id) override;
void PinAppWithID(const std::string& app_id) override;

Powered by Google App Engine
This is Rietveld 408576698