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

Unified Diff: chrome/browser/extensions/extension_browsertest.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: chrome/browser/extensions/extension_browsertest.h
diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
index 55eecc6c657f2b5cec2930e5376bd1324800c9c4..ca8782035a7b5d54a4a33a439f26fda2e94ac1d1 100644
--- a/chrome/browser/extensions/extension_browsertest.h
+++ b/chrome/browser/extensions/extension_browsertest.h
@@ -263,7 +263,8 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest {
return observer_->WaitForExtensionCrash(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() {
return observer_->WaitForCrxInstallerDone();
}
« no previous file with comments | « chrome/browser/extensions/crx_installer_browsertest.cc ('k') | chrome/browser/extensions/extension_install_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698