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

Unified Diff: chrome/test/chromedriver/chrome/chrome.h

Issue 15393005: [chromedriver] Remove unnecessary round trips to Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | « chrome/test/chromedriver/alert_commands.cc ('k') | chrome/test/chromedriver/chrome/chrome_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/chrome.h
diff --git a/chrome/test/chromedriver/chrome/chrome.h b/chrome/test/chromedriver/chrome/chrome.h
index a27946837c05cce2dc8c2532e8ada73c32532a47..899fa4c6f2ac55a8ac09ff281ca1414ba894ecab 100644
--- a/chrome/test/chromedriver/chrome/chrome.h
+++ b/chrome/test/chromedriver/chrome/chrome.h
@@ -29,17 +29,6 @@ class Chrome {
// Closes the specified WebView.
virtual Status CloseWebView(const std::string& id) = 0;
- // Returns whether a JavaScript dialog is open.
- virtual Status IsJavaScriptDialogOpen(bool* is_open) = 0;
-
- // Returns the message of the open JavaScript dialog.
- virtual Status GetJavaScriptDialogMessage(std::string* message) = 0;
-
- // Handles an open JavaScript dialog. |prompt_text| may be NULL to signify
- // not to set the prompt text.
- virtual Status HandleJavaScriptDialog(bool accept,
- const std::string* prompt_text) = 0;
-
// Gets the automation extension.
virtual Status GetAutomationExtension(AutomationExtension** extension) = 0;
« no previous file with comments | « chrome/test/chromedriver/alert_commands.cc ('k') | chrome/test/chromedriver/chrome/chrome_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698