| Index: chrome/test/base/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/base/testing_profile.h (revision 110996)
|
| +++ chrome/test/base/testing_profile.h (working copy)
|
| @@ -125,6 +125,9 @@
|
| // NULL.
|
| void CreateTemplateURLService();
|
|
|
| + // Blocks until TempalteURLService finishes loading.
|
| + void BlockUntilTemplateURLServiceLoaded();
|
| +
|
| // Creates an ExtensionProcessManager. If not invoked, the
|
| // ExtensionProcessManager is NULL.
|
| void CreateExtensionProcessManager();
|
|
|