| Index: chrome/browser/extensions/extension_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_browsertest.cc (revision 47523)
|
| +++ chrome/browser/extensions/extension_browsertest.cc (working copy)
|
| @@ -161,7 +161,7 @@
|
| ExtensionsService* service = browser()->profile()->GetExtensionsService();
|
| service->ReloadExtension(extension_id);
|
| ui_test_utils::RegisterAndWait(this,
|
| - NotificationType::EXTENSION_PROCESS_CREATED,
|
| + NotificationType::EXTENSION_LOADED,
|
| NotificationService::AllSources());
|
| }
|
|
|
|
|