| Index: chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| index 08b2d08d19e6a1cb4bc69a28a2ff609cee8d07e7..677cfa23766313c9da0e57490ce1519c75f0ed88 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| @@ -730,7 +730,7 @@ IN_PROC_BROWSER_TEST_F(DeviceLocalAccountTest, ExtensionsUncached) {
|
|
|
| // Start listening for app/extension installation results.
|
| content::WindowedNotificationObserver hosted_app_observer(
|
| - chrome::NOTIFICATION_EXTENSION_INSTALLED,
|
| + chrome::NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED,
|
| base::Bind(DoesInstallSuccessReferToId, kHostedAppID));
|
| content::WindowedNotificationObserver extension_observer(
|
| chrome::NOTIFICATION_EXTENSION_INSTALL_ERROR,
|
| @@ -825,7 +825,7 @@ IN_PROC_BROWSER_TEST_F(DeviceLocalAccountTest, ExtensionsCached) {
|
|
|
| // Start listening for app/extension installation results.
|
| content::WindowedNotificationObserver hosted_app_observer(
|
| - chrome::NOTIFICATION_EXTENSION_INSTALLED,
|
| + chrome::NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED,
|
| base::Bind(DoesInstallSuccessReferToId, kHostedAppID));
|
| content::WindowedNotificationObserver extension_observer(
|
| chrome::NOTIFICATION_EXTENSION_INSTALL_ERROR,
|
|
|