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

Unified Diff: chrome/test/webdriver/automation.h

Issue 6992015: Fix minor issues in ChromeDriver. (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 | « no previous file | chrome/test/webdriver/automation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/automation.h
diff --git a/chrome/test/webdriver/automation.h b/chrome/test/webdriver/automation.h
index 37d46fd645d82e0540bb3728a450ba36fcca684b..417044e0fa4cf9f5ad4d8267636d3ce5b74ca734 100644
--- a/chrome/test/webdriver/automation.h
+++ b/chrome/test/webdriver/automation.h
@@ -147,6 +147,14 @@ class Automation {
AutomationProxy* automation() const;
Error* GetIndicesForTab(int tab_id, int* browser_index, int* tab_index);
Error* CreateChromeError(const std::string& message);
+ Error* CompareVersion(int client_build_no,
+ int client_patch_no,
+ bool* is_newer_or_equal);
+ Error* CheckVersion(int client_build_no,
+ int client_patch_no,
+ const std::string& error_msg);
+ Error* CheckAlertsSupported();
+ Error* CheckAdvancedInteractionsSupported();
scoped_ptr<ProxyLauncher> launcher_;
« no previous file with comments | « no previous file | chrome/test/webdriver/automation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698