summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_browsertest.cc')
-rw-r--r--chrome/browser/extensions/extension_browsertest.cc2
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;