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

Unified Diff: ash/public/interfaces/system_tray.mojom

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/ash_strings.grd ('k') | ash/system/tray/system_tray_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/system_tray.mojom
diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
index f1108c49d4f0b7e209de134d65607456a0303627..28aafae009224e4d0f44db59e84a0f0c0e83cc33 100644
--- a/ash/public/interfaces/system_tray.mojom
+++ b/ash/public/interfaces/system_tray.mojom
@@ -34,6 +34,11 @@ interface SystemTray {
ShowUpdateIcon(UpdateSeverity severity,
bool factory_reset_required,
UpdateType update_type);
+
+ // Shows an icon in the system tray indicating that a software update is
+ // available but user's agreement is required as current connection is
+ // cellular. Once shown the icon persists until reboot.
+ ShowUpdateOverCellularAvailableIcon();
};
// Allows ash system tray to control a client (e.g. Chrome browser). Requests
@@ -72,13 +77,17 @@ interface SystemTrayClient {
// Shows settings related to input methods.
ShowIMESettings();
- // Shows help.
+ // Shows the about chrome OS page and checks for updates after the page is
+ // loaded.
+ ShowAboutChromeOS();
+
+ // Shows the Chromebook help app.
ShowHelp();
- // Show accessibility help.
+ // Shows accessibility help.
ShowAccessibilityHelp();
- // Show the settings related to accessibility.
+ // Shows the settings related to accessibility.
ShowAccessibilitySettings();
// Shows the help center article for the stylus tool palette.
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/system/tray/system_tray_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698