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

Unified Diff: chrome/test/automation/browser_proxy.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
« no previous file with comments | « chrome/test/automation/automation_proxy_uitest.cc ('k') | chrome/test/automation/browser_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/browser_proxy.h
===================================================================
--- chrome/test/automation/browser_proxy.h (revision 87598)
+++ chrome/test/automation/browser_proxy.h (working copy)
@@ -14,7 +14,6 @@
#include "chrome/common/content_settings.h"
#include "chrome/test/automation/automation_handle_tracker.h"
-class AutocompleteEditProxy;
class GURL;
class TabProxy;
class WindowProxy;
@@ -85,11 +84,6 @@
// On failure, returns NULL.
scoped_refptr<WindowProxy> GetWindow() const;
- // Returns an AutocompleteEdit for this browser's window. It can be used to
- // manipulate the omnibox. The caller owns the returned pointer.
- // On failure, returns NULL.
- scoped_refptr<AutocompleteEditProxy> GetAutocompleteEdit();
-
// Apply the accelerator with given id (IDC_BACK, IDC_NEWTAB ...)
// The list can be found at chrome/app/chrome_command_ids.h
// Returns true if the call was successful.
« no previous file with comments | « chrome/test/automation/automation_proxy_uitest.cc ('k') | chrome/test/automation/browser_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698