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..c946b47353369a7b1a29bcfec697bccad824fb18 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(bool check_for_update); |
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. |