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

Unified Diff: chrome/browser/background_application_list_model.h

Issue 5968009: Change extension unload notification to indicate updates.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/background_application_list_model.h
===================================================================
--- chrome/browser/background_application_list_model.h (revision 69996)
+++ chrome/browser/background_application_list_model.h (working copy)
@@ -119,8 +119,8 @@
// Invoked by Observe for EXTENSION_LOADED notifications.
void OnExtensionLoaded(Extension* extension);
- // Invoked by Observe for EXTENSION_UNLOADED* notifications.
- void OnExtensionUnloaded(Extension* extension);
+ // Invoked by Observe for EXTENSION_UNLOADED notifications.
+ void OnExtensionUnloaded(const Extension* extension);
// Refresh the list of background applications and generates ApplicationAdded
// and ApplicationRemoved events.

Powered by Google App Engine
This is Rietveld 408576698