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

Unified Diff: extensions/test/extension_test_notification_observer.h

Issue 2751013002: Simplify ExtensionInstallChecker into a single-use class (Closed)
Patch Set: todo Created 3 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: extensions/test/extension_test_notification_observer.h
diff --git a/extensions/test/extension_test_notification_observer.h b/extensions/test/extension_test_notification_observer.h
index 655084eb012e27f6f061643b054fffa4339794e3..418d567a65f5aeae82c66ec09ba5f2e9a3fb9634 100644
--- a/extensions/test/extension_test_notification_observer.h
+++ b/extensions/test/extension_test_notification_observer.h
@@ -46,7 +46,8 @@ class ExtensionTestNotificationObserver : public content::NotificationObserver {
// crashed.
bool WaitForExtensionCrash(const std::string& extension_id);
- // Wait for the crx installer to be done. Returns true if it really is done.
+ // Wait for the crx installer to be done. Returns true if it has finished
+ // successfully.
bool WaitForCrxInstallerDone();
// Watch for the given event type from the given source.
« no previous file with comments | « chrome/browser/extensions/unpacked_installer.cc ('k') | extensions/test/extension_test_notification_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698