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

Unified Diff: ash/system/tray/system_tray_controller.h

Issue 2882933002: Add update available icon in system tray (Closed)
Patch Set: Add file to BUILD.gn Created 3 years, 7 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
« no previous file with comments | « ash/public/interfaces/system_tray.mojom ('k') | ash/system/tray/system_tray_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_controller.h
diff --git a/ash/system/tray/system_tray_controller.h b/ash/system/tray/system_tray_controller.h
index 74e5268a057711aa054d3e016919c15d76cc604f..8217def1e38efe2982d8fd7da3d08ed98a4b9465 100644
--- a/ash/system/tray/system_tray_controller.h
+++ b/ash/system/tray/system_tray_controller.h
@@ -46,6 +46,7 @@ class ASH_EXPORT SystemTrayController
void ShowPowerSettings();
void ShowChromeSlow();
void ShowIMESettings();
+ void ShowAboutChromeOS();
void ShowHelp();
void ShowAccessibilityHelp();
void ShowAccessibilitySettings();
@@ -74,6 +75,7 @@ class ASH_EXPORT SystemTrayController
void ShowUpdateIcon(mojom::UpdateSeverity severity,
bool factory_reset_required,
mojom::UpdateType update_type) override;
+ void ShowUpdateOverCellularAvailableIcon() override;
private:
// Client interface in chrome browser. May be null in tests.
« no previous file with comments | « ash/public/interfaces/system_tray.mojom ('k') | ash/system/tray/system_tray_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698