| Index: extensions/browser/process_manager_unittest.cc
|
| diff --git a/extensions/browser/process_manager_unittest.cc b/extensions/browser/process_manager_unittest.cc
|
| index c71f526673494e00d188fff319d82265336ef6e2..b72b1125a7f733302595108efb37833c8e9d3e64 100644
|
| --- a/extensions/browser/process_manager_unittest.cc
|
| +++ b/extensions/browser/process_manager_unittest.cc
|
| @@ -80,7 +80,7 @@ TEST_F(ProcessManagerTest, ExtensionNotificationRegistration) {
|
| chrome::NOTIFICATION_EXTENSIONS_READY,
|
| original_context()));
|
| EXPECT_TRUE(IsRegistered(manager1.get(),
|
| - chrome::NOTIFICATION_EXTENSION_LOADED,
|
| + chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
|
| original_context()));
|
| EXPECT_TRUE(IsRegistered(manager1.get(),
|
| chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED,
|
| @@ -98,7 +98,7 @@ TEST_F(ProcessManagerTest, ExtensionNotificationRegistration) {
|
|
|
| // Some notifications are observed for the original context.
|
| EXPECT_TRUE(IsRegistered(manager2.get(),
|
| - chrome::NOTIFICATION_EXTENSION_LOADED,
|
| + chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
|
| original_context()));
|
|
|
| // Some notifications are observed for the incognito context.
|
|
|