Chromium Code Reviews| 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() { |
|
Devlin
2017/03/20 15:36:46
nit: WaitForCrxInstallerSuccess() to reflect this
michaelpg
2017/03/22 00:17:12
well, it still waits for it to be done, not for it
|
| return observer_->WaitForCrxInstallerDone(); |
| } |