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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10908119: Replace chrome::NOTIFICATION_EXTENSION_WARNING_CHANGED message with observer pattern Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_settings_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 103edcf521bb73e6eefe4a0e55db253bbf6b3fb8..25945c4f06597c6908d8cd2d82ab4fc9c06fbd9c 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -683,11 +683,6 @@ enum NotificationType {
// (const std::string).
NOTIFICATION_EXTENSION_UPDATE_FOUND,
- // Sent when one or more extensions changed their warning status (like
- // slowing down Chrome or conflicting with each other).
- // The source is a Profile.
- NOTIFICATION_EXTENSION_WARNING_CHANGED,
-
// An installed app changed notification state (added or removed
// notifications). The source is a Profile, and the details are a string
// with the extension id of the app.
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_settings_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698