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

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

Issue 6507015: Implement the target locator commands for ChromeDriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address Jason's concerns Created 9 years, 10 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/testing_automation_provider.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index bd42171c80c353bba00ac9edf627280768e24077..9a28b1bf8bf5c1aff7eb04cf43dbf66926538cb7 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -800,6 +800,9 @@ class TestingAutomationProvider : public AutomationProvider,
void WaitForProcessLauncherThreadToGoIdle(IPC::Message* reply_message);
+ // Gets the browser that contains the given tab.
+ void GetParentBrowserOfTab(int tab_handle, int* browser_handle);
+
// Callback for history redirect queries.
virtual void OnRedirectQueryComplete(
HistoryService::Handle request_handle,

Powered by Google App Engine
This is Rietveld 408576698