summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_proxy.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-10 19:53:55 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-10 19:53:55 +0000
commit6205dfd35f2c228dbfc568f788643ab8840fa3d5 (patch)
tree1b654333d9484187390e1241653bec91bbf92581 /chrome/test/automation/automation_proxy.h
parent4e248d1459c28ac6b0552b8ec5898b7339c27741 (diff)
downloadchromium_src-6205dfd35f2c228dbfc568f788643ab8840fa3d5.zip
chromium_src-6205dfd35f2c228dbfc568f788643ab8840fa3d5.tar.gz
chromium_src-6205dfd35f2c228dbfc568f788643ab8840fa3d5.tar.bz2
Remove browser::FindTabbedBrowser call in ui test code.
BUG=129187 Review URL: https://chromiumcodereview.appspot.com/10704129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145936 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/automation_proxy.h')
-rw-r--r--chrome/test/automation/automation_proxy.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
index b218cd9..2e495ee 100644
--- a/chrome/test/automation/automation_proxy.h
+++ b/chrome/test/automation/automation_proxy.h
@@ -133,12 +133,6 @@ class AutomationProxy : public IPC::Listener, public AutomationMessageSender {
// Window numbers are 0-based.
scoped_refptr<BrowserProxy> GetBrowserWindow(int window_index);
- // Finds the first browser window that is not incognito mode and of type
- // TYPE_TABBED, and returns its corresponding BrowserProxy, transferring
- // ownership of the pointer to the caller.
- // On failure, returns NULL.
- scoped_refptr<BrowserProxy> FindTabbedBrowserWindow();
-
// Sends the browser a new proxy configuration to start using. Returns true
// if the proxy config was successfully sent, false otherwise.
bool SendProxyConfig(const std::string& new_proxy_config) WARN_UNUSED_RESULT;