| Index: chrome/browser/extensions/extension_functional_browsertest.cc
|
| diff --git a/chrome/browser/extensions/extension_functional_browsertest.cc b/chrome/browser/extensions/extension_functional_browsertest.cc
|
| index cf54b501e65d19601541fc740e0fa6d5f6881466..21500d108021b2a4d3d3b4de122f89e6129ec66e 100644
|
| --- a/chrome/browser/extensions/extension_functional_browsertest.cc
|
| +++ b/chrome/browser/extensions/extension_functional_browsertest.cc
|
| @@ -24,7 +24,7 @@ public:
|
| base::FilePath path = test_data_dir_.AppendASCII(filename);
|
|
|
| content::WindowedNotificationObserver extension_loaded_observer(
|
| - chrome::NOTIFICATION_EXTENSION_LOADED,
|
| + chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
|
| content::NotificationService::AllSources());
|
|
|
| scoped_refptr<extensions::CrxInstaller> installer(
|
|
|