diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 19:53:55 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 19:53:55 +0000 |
commit | 6205dfd35f2c228dbfc568f788643ab8840fa3d5 (patch) | |
tree | 1b654333d9484187390e1241653bec91bbf92581 /chrome/browser/automation/testing_automation_provider.h | |
parent | 4e248d1459c28ac6b0552b8ec5898b7339c27741 (diff) | |
download | chromium_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/browser/automation/testing_automation_provider.h')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h index e916897..36e7202 100644 --- a/chrome/browser/automation/testing_automation_provider.h +++ b/chrome/browser/automation/testing_automation_provider.h @@ -118,7 +118,6 @@ class TestingAutomationProvider : public AutomationProvider, // Be aware that the browser window returned might be of non TYPE_TABBED // or in incognito mode. void GetBrowserWindow(int index, int* handle); - void FindTabbedBrowserWindow(int* handle); void ExecuteBrowserCommandAsync(int handle, int command, bool* success); void ExecuteBrowserCommand(int handle, int command, IPC::Message* reply_message); |