| 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 82b7199f20498fa4f9c4d22c15682dfa14ffc177..8307bf8aa8437b54c73b88017c1b1a99922cf0be 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -151,6 +151,9 @@ class ChromeLauncherController
|
| void SetLauncherItemImage(const ash::ShelfID& shelf_id,
|
| const gfx::ImageSkia& image);
|
|
|
| + // Updates the image for a specific shelf item image from app image loader.
|
| + void UpdateLauncherItemImage(const std::string& app_id);
|
| +
|
| // Notify the controller that the state of an non platform app's tabs
|
| // have changed,
|
| void UpdateAppState(content::WebContents* contents, AppState app_state);
|
| @@ -220,8 +223,6 @@ class ChromeLauncherController
|
| // Controller to launch ARC apps in deferred mode.
|
| ArcAppDeferredLauncherController* GetArcDeferredLauncher();
|
|
|
| - AppIconLoader* GetAppIconLoaderForApp(const std::string& app_id);
|
| -
|
| // Sets the shelf auto-hide and/or alignment behavior from prefs.
|
| void SetShelfAutoHideBehaviorFromPrefs();
|
| void SetShelfAlignmentFromPrefs();
|
| @@ -381,6 +382,9 @@ class ChromeLauncherController
|
| // An internal helper to unpin a shelf item; this does not update prefs.
|
| void UnpinShelfItemInternal(const ash::ShelfID& id);
|
|
|
| + // Resolves app icon image loader for the app.
|
| + AppIconLoader* GetAppIconLoaderForApp(const std::string& app_id);
|
| +
|
| static ChromeLauncherController* instance_;
|
|
|
| // The currently loaded profile used for prefs and loading extensions. This is
|
|
|