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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 242613004: Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPRECATED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 8 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: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index 496cf2182cbde23d7fc5936f388b272d41c8558b..28da505013fedc810ccacecbbea44e15eb0e8ec5 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -407,7 +407,7 @@ enum NotificationType {
// Sent when a new extension is loaded. The details are an Extension, and
// the source is a Profile.
- NOTIFICATION_EXTENSION_LOADED,
+ NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
// An error occured while attempting to load an extension. The details are a
// string with details about why the load failed.
@@ -420,7 +420,8 @@ enum NotificationType {
NOTIFICATION_EXTENSION_LOAD_RETRY,
// Sent when an extension is enabled. Under most circumstances, listeners
- // will want to use NOTIFICATION_EXTENSION_LOADED. This notification is only
+ // will want to use NOTIFICATION_EXTENSION_LOADED_DEPRECATED. This
+ // notification is only
// fired when the "Enable" button is hit in the extensions tab. The details
// are an Extension, and the source is a Profile.
NOTIFICATION_EXTENSION_ENABLED,

Powered by Google App Engine
This is Rietveld 408576698