diff options
Diffstat (limited to 'chrome/common/chrome_plugin_lib.cc')
-rw-r--r-- | chrome/common/chrome_plugin_lib.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_plugin_lib.cc b/chrome/common/chrome_plugin_lib.cc index a462adc..186261f 100644 --- a/chrome/common/chrome_plugin_lib.cc +++ b/chrome/common/chrome_plugin_lib.cc @@ -290,7 +290,7 @@ bool ChromePluginLib::Load() { void ChromePluginLib::Unload() { NotificationService::current()->Notify( - NOTIFY_CHROME_PLUGIN_UNLOADED, + NotificationType::CHROME_PLUGIN_UNLOADED, Source<ChromePluginLib>(this), NotificationService::NoDetails()); |