diff options
Diffstat (limited to 'chrome/browser/extensions/extension_browsertest.cc')
-rw-r--r-- | chrome/browser/extensions/extension_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc index a6c8624..d9f488c 100644 --- a/chrome/browser/extensions/extension_browsertest.cc +++ b/chrome/browser/extensions/extension_browsertest.cc @@ -168,7 +168,7 @@ void ExtensionBrowserTest::Observe(NotificationType type, break; case NotificationType::EXTENSION_UPDATE_DISABLED: - std::cout << "Got EXTENSIONS_DISABLED_LOAD notification.\n"; + std::cout << "Got EXTENSION_UPDATE_DISABLED notification.\n"; MessageLoopForUI::current()->Quit(); break; |