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

Side by Side Diff: chrome/common/chrome_notification_types.h

Issue 11440020: Add an outdated upgrade bubble view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 5 #ifndef CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
6 #define CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 6 #define CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "content/public/browser/notification_types.h" 9 #include "content/public/browser/notification_types.h"
10 10
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 749
750 // Sent when Chrome believes an update has been installed and available for 750 // Sent when Chrome believes an update has been installed and available for
751 // long enough with the user shutting down to let it take effect. See 751 // long enough with the user shutting down to let it take effect. See
752 // upgrade_detector.cc for details on how long it waits. No details are 752 // upgrade_detector.cc for details on how long it waits. No details are
753 // expected. 753 // expected.
754 NOTIFICATION_UPGRADE_RECOMMENDED, 754 NOTIFICATION_UPGRADE_RECOMMENDED,
755 755
756 // Sent when a critical update has been installed. No details are expected. 756 // Sent when a critical update has been installed. No details are expected.
757 NOTIFICATION_CRITICAL_UPGRADE_INSTALLED, 757 NOTIFICATION_CRITICAL_UPGRADE_INSTALLED,
758 758
759 // Sent when the current install is outdated. No details are expected.
760 NOTIFICATION_OUTDATED_INSTALL,
761
759 // Software incompatibility notifications ---------------------------------- 762 // Software incompatibility notifications ----------------------------------
760 763
761 // Sent when Chrome has finished compiling the list of loaded modules (and 764 // Sent when Chrome has finished compiling the list of loaded modules (and
762 // other modules of interest). No details are expected. 765 // other modules of interest). No details are expected.
763 NOTIFICATION_MODULE_LIST_ENUMERATED, 766 NOTIFICATION_MODULE_LIST_ENUMERATED,
764 767
765 // Sent when Chrome is done scanning the module list and when the user has 768 // Sent when Chrome is done scanning the module list and when the user has
766 // acknowledged the module incompatibility. No details are expected. 769 // acknowledged the module incompatibility. No details are expected.
767 NOTIFICATION_MODULE_INCOMPATIBILITY_BADGE_CHANGE, 770 NOTIFICATION_MODULE_INCOMPATIBILITY_BADGE_CHANGE,
768 771
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 // Currently only Content and Chrome define and use notifications. 1241 // Currently only Content and Chrome define and use notifications.
1239 // Custom notifications not belonging to Content and Chrome should start 1242 // Custom notifications not belonging to Content and Chrome should start
1240 // from here. 1243 // from here.
1241 NOTIFICATION_CHROME_END, 1244 NOTIFICATION_CHROME_END,
1242 }; 1245 };
1243 1246
1244 } // namespace chrome 1247 } // namespace chrome
1245 1248
1246 1249
1247 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 1250 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
OLDNEW
« chrome/browser/upgrade_detector_impl.cc ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698