Chromium Code Reviews| Index: chrome/browser/extensions/test_extension_system.h |
| diff --git a/chrome/browser/extensions/test_extension_system.h b/chrome/browser/extensions/test_extension_system.h |
| index fb88ef3494ba724e146e78fde3a47998f4928e3e..f436c9fb5532fda3d4e99b2b609c9287151169b1 100644 |
| --- a/chrome/browser/extensions/test_extension_system.h |
| +++ b/chrome/browser/extensions/test_extension_system.h |
| @@ -86,9 +86,10 @@ class TestExtensionSystem : public ExtensionSystem { |
| GetDeclarativeUserScriptMasterByExtension( |
| const ExtensionId& extension_id) OVERRIDE; |
| - // Note that you probably want to use base::RunLoop().RunUntilIdle() right |
| - // after this to run all the accumulated tasks. |
| - void SetReady() { ready_.Signal(); } |
| + void SetReady() { |
|
Devlin
2014/08/21 17:14:09
why this change?
Mark Dittmer
2014/08/21 21:25:12
Done.
|
| + LOG(INFO) << "SetReady()"; |
| + ready_.Signal(); |
| + } |
| // Factory method for tests to use with SetTestingProfile. |
| static KeyedService* Build(content::BrowserContext* profile); |