Index: chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm |
diff --git a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm |
index 73e0af3f57330861daeba2a123d83aefa6cc4fdf..94701dc654de8adc93f3a0f058062d1278ba63d9 100644 |
--- a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm |
+++ b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm |
@@ -67,9 +67,10 @@ class ExtensionLoadedNotificationObserver |
private: |
// NotificationObserver implementation. Tells the controller to start showing |
// its window on the main thread when the extension has finished loading. |
- void Observe(int type, |
- const content::NotificationSource& source, |
- const content::NotificationDetails& details) { |
+ virtual void Observe( |
+ int type, |
+ const content::NotificationSource& source, |
+ const content::NotificationDetails& details) OVERRIDE { |
if (type == chrome::NOTIFICATION_EXTENSION_LOADED) { |
const Extension* extension = |
content::Details<const Extension>(details).ptr(); |