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

Unified Diff: chrome/test/automation/automation_proxy.cc

Issue 10704129: Remove browser::FindTabbedBrowser call in ui test code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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.h ('k') | chrome/test/perf/mach_ports_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy.cc
===================================================================
--- chrome/test/automation/automation_proxy.cc (revision 145676)
+++ chrome/test/automation/automation_proxy.cc (working copy)
@@ -331,14 +331,6 @@
return ProxyObjectFromHandle<BrowserProxy>(handle);
}
-scoped_refptr<BrowserProxy> AutomationProxy::FindTabbedBrowserWindow() {
- int handle = 0;
- if (!Send(new AutomationMsg_FindTabbedBrowserWindow(&handle)))
- return NULL;
-
- return ProxyObjectFromHandle<BrowserProxy>(handle);
-}
-
IPC::SyncChannel* AutomationProxy::channel() {
return channel_.get();
}
« no previous file with comments | « chrome/test/automation/automation_proxy.h ('k') | chrome/test/perf/mach_ports_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698