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

Unified Diff: ash/system/tray/system_tray_notifier.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: Refactoring of SystemTrayDelegate(Windows|Linux) is delayed. Created 6 years, 2 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/system/tray/system_tray_delegate.cc ('k') | ash/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_notifier.h
diff --git a/ash/system/tray/system_tray_notifier.h b/ash/system/tray/system_tray_notifier.h
index 4015319d47c9177b7d0a8c32b0950fdeaf8de34c..66c57f560235bfbae3f95ce8520dacedee1d005f 100644
--- a/ash/system/tray/system_tray_notifier.h
+++ b/ash/system/tray/system_tray_notifier.h
@@ -35,6 +35,8 @@
namespace ash {
+struct UpdateInfo;
+
#if defined(OS_CHROMEOS)
class NetworkStateNotifier;
#endif
@@ -121,7 +123,7 @@ class ASH_EXPORT SystemTrayNotifier {
const std::string& cur_locale,
const std::string& from_locale,
const std::string& to_locale);
- void NotifyUpdateRecommended(UpdateObserver::UpdateSeverity severity);
+ void NotifyUpdateRecommended(const UpdateInfo& info);
void NotifyUserUpdate();
void NotifyUserAddedToSession();
#if defined(OS_CHROMEOS)
« no previous file with comments | « ash/system/tray/system_tray_delegate.cc ('k') | ash/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698