| 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 0c4191b9219d7c378354d71638f4e62b2a57a74c..9e0314ac29973dd3d35570b0b1733558b055ae13 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -235,6 +235,9 @@ class ChromeLauncherController {
|
| virtual BrowserShortcutLauncherItemController*
|
| GetBrowserShortcutLauncherItemController() = 0;
|
|
|
| + // Apply the Chrome badge to the browser short cut icon if applicable.
|
| + virtual void MayUpdateBrowserShortcutItem() = 0;
|
| +
|
| virtual LauncherItemController* GetLauncherItemController(
|
| const ash::ShelfID id) = 0;
|
|
|
|
|