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

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

Issue 2067943004: ARC: Add badge for Chrome hosted Apps if Arc++ is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address xiyuan@'s comment. Rebase Created 4 years, 6 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 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;

Powered by Google App Engine
This is Rietveld 408576698