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

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

Issue 614363002: Added Aura notification that relaunch and powerwash is required in case of downgrade. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More fixes to StstemTrayDelegateWin. Created 6 years, 3 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: ash/system/tray/default_system_tray_delegate.h
diff --git a/ash/system/tray/default_system_tray_delegate.h b/ash/system/tray/default_system_tray_delegate.h
index 359dca48213bfd282b003e8e2fcc8fad72e69160..b72a4c2be5c807a358651447a128dfe179d8e44d 100644
--- a/ash/system/tray/default_system_tray_delegate.h
+++ b/ash/system/tray/default_system_tray_delegate.h
@@ -30,7 +30,7 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
OVERRIDE;
virtual const base::string16 GetSupervisedUserMessage() const OVERRIDE;
virtual bool IsUserSupervised() const OVERRIDE;
- virtual bool SystemShouldUpgrade() const OVERRIDE;
+ virtual bool SystemShouldUpgrade(UpdateInfo* info) const OVERRIDE;
virtual base::HourClockType GetHourClockType() const OVERRIDE;
virtual void ShowSettings() OVERRIDE;
virtual bool ShouldShowSettings() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698