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

Unified Diff: chrome/browser/background/background_application_list_model.h

Issue 204703002: Rename NOTIFICATION_EXTENSION_UNLOADED to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: maybe upload wont do something bizarre this time Created 6 years, 9 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/background/background_application_list_model.h
diff --git a/chrome/browser/background/background_application_list_model.h b/chrome/browser/background/background_application_list_model.h
index 1c9c2d61307186bfa4903cbf5d61bee3b1f72fa4..a2ce3edee42155f256d78552fa9d1450d903bb80 100644
--- a/chrome/browser/background/background_application_list_model.h
+++ b/chrome/browser/background/background_application_list_model.h
@@ -127,7 +127,7 @@ class BackgroundApplicationListModel : public content::NotificationObserver {
// Invoked by Observe for NOTIFICATION_EXTENSION_LOADED.
void OnExtensionLoaded(const extensions::Extension* extension);
- // Invoked by Observe for NOTIFICATION_EXTENSION_UNLOADED.
+ // Invoked by Observe for NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED.
void OnExtensionUnloaded(const extensions::Extension* extension);
// Invoked by Observe for NOTIFICATION_EXTENSION_PERMISSIONS_UPDATED.

Powered by Google App Engine
This is Rietveld 408576698