Index: chrome/browser/automation/automation_provider_observers.h |
=================================================================== |
--- chrome/browser/automation/automation_provider_observers.h (revision 137438) |
+++ chrome/browser/automation/automation_provider_observers.h (working copy) |
@@ -484,24 +484,6 @@ |
DISALLOW_COPY_AND_ASSIGN(BrowserCountChangeNotificationObserver); |
}; |
-class AppModalDialogShownObserver : public content::NotificationObserver { |
- public: |
- AppModalDialogShownObserver(AutomationProvider* automation, |
- IPC::Message* reply_message); |
- virtual ~AppModalDialogShownObserver(); |
- |
- virtual void Observe(int type, |
- const content::NotificationSource& source, |
- const content::NotificationDetails& details); |
- |
- private: |
- content::NotificationRegistrar registrar_; |
- base::WeakPtr<AutomationProvider> automation_; |
- scoped_ptr<IPC::Message> reply_message_; |
- |
- DISALLOW_COPY_AND_ASSIGN(AppModalDialogShownObserver); |
-}; |
- |
class ExecuteBrowserCommandObserver : public content::NotificationObserver { |
public: |
virtual ~ExecuteBrowserCommandObserver(); |