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

Unified Diff: chrome/browser/background_application_list_model.h

Issue 6525056: Add unit tests for BackgroundApplicationListModel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaking whitespace and comments. Assigned bug number for TODO. Created 9 years, 10 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_application_list_model.h
diff --git a/chrome/browser/background_application_list_model.h b/chrome/browser/background_application_list_model.h
index 29bfe6552be6dcd7a89a990626db58173c35df65..ed4a0fd3ab2919cd2da9bab97512674b36ca1175 100644
--- a/chrome/browser/background_application_list_model.h
+++ b/chrome/browser/background_application_list_model.h
@@ -122,8 +122,7 @@ class BackgroundApplicationListModel : public NotificationObserver {
// Invoked by Observe for EXTENSION_UNLOADED notifications.
void OnExtensionUnloaded(const Extension* extension);
- // Refresh the list of background applications and generates ApplicationAdded
- // and ApplicationRemoved events.
+ // Refresh the list of background applications and generate notifications.
void Update();
ApplicationMap applications_;

Powered by Google App Engine
This is Rietveld 408576698