| Index: chrome/browser/extensions/extension_browsertest.cc
|
| diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc
|
| index c7e37fa38766129ffd3a94d9018e288eec0e9aa7..b7acc214461a135667065a553ca5892e9cf25ad8 100644
|
| --- a/chrome/browser/extensions/extension_browsertest.cc
|
| +++ b/chrome/browser/extensions/extension_browsertest.cc
|
| @@ -199,6 +199,7 @@ void ExtensionBrowserTest::Observe(NotificationType type,
|
| const NotificationDetails& details) {
|
| switch (type.value) {
|
| case NotificationType::EXTENSION_LOADED:
|
| + last_loaded_extension_id_ = Details<Extension>(details).ptr()->id();
|
| std::cout << "Got EXTENSION_LOADED notification.\n";
|
| MessageLoopForUI::current()->Quit();
|
| break;
|
|
|