Index: chrome/browser/extensions/lazy_background_page_apitest.cc |
diff --git a/chrome/browser/extensions/lazy_background_page_apitest.cc b/chrome/browser/extensions/lazy_background_page_apitest.cc |
index 95c0452aa4eee73f034020959c949097359106d3..9a0f863abbfb004f31e6b6040b5d17dc5b2311ff 100644 |
--- a/chrome/browser/extensions/lazy_background_page_apitest.cc |
+++ b/chrome/browser/extensions/lazy_background_page_apitest.cc |
@@ -173,7 +173,7 @@ IN_PROC_BROWSER_TEST_F(LazyBackgroundPageApiTest, BroadcastEvent) { |
// Open a tab to a URL that will trigger the page action to show. |
LazyBackgroundObserver page_complete; |
content::WindowedNotificationObserver page_action_changed( |
- extensions::NOTIFICATION_EXTENSION_PAGE_ACTION_VISIBILITY_CHANGED, |
+ extensions::NOTIFICATION_EXTENSION_PAGE_ACTIONS_UPDATED, |
content::NotificationService::AllSources()); |
ui_test_utils::NavigateToURL( |
browser(), embedded_test_server()->GetURL("/extensions/test_file.html")); |