Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: chrome/browser/automation/automation_provider_observers.h

Issue 10388175: Remove all the unnused automation IPCs. These were used by UI tests that have been converted to bro… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698