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

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

Issue 7104029: Automation: fix chrome/browser dependency on chrome/test headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/browser/automation/automation_provider_observers.h
===================================================================
--- chrome/browser/automation/automation_provider_observers.h (revision 87598)
+++ chrome/browser/automation/automation_provider_observers.h (working copy)
@@ -1257,28 +1257,6 @@
DISALLOW_COPY_AND_ASSIGN(AppLaunchObserver);
};
-// Allows automation provider to wait until the autocomplete edit
-// has received focus.
-class AutocompleteEditFocusedObserver : public NotificationObserver {
- public:
- AutocompleteEditFocusedObserver(AutomationProvider* automation,
- AutocompleteEditModel* autocomplete_edit,
- IPC::Message* reply_message);
- virtual ~AutocompleteEditFocusedObserver();
-
- virtual void Observe(NotificationType type,
- const NotificationSource& source,
- const NotificationDetails& details);
-
- private:
- NotificationRegistrar registrar_;
- base::WeakPtr<AutomationProvider> automation_;
- scoped_ptr<IPC::Message> reply_message_;
- AutocompleteEditModel* autocomplete_edit_model_;
-
- DISALLOW_COPY_AND_ASSIGN(AutocompleteEditFocusedObserver);
-};
-
// Observes when Autofill information is displayed in the renderer. This can
// happen in two different ways: (1) a popup containing Autofill suggestions
// has been shown in the renderer; (2) a webpage form is filled or previewed
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698