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

Unified Diff: chrome/test/chromedriver/chrome/stub_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
Index: chrome/test/chromedriver/chrome/stub_chrome.h
diff --git a/chrome/test/chromedriver/chrome/stub_chrome.h b/chrome/test/chromedriver/chrome/stub_chrome.h
index b36f392e812e082cd8a075044996a34edd0a7818..73f41eefc545970814fbb4e3b0b6dd7d279c1320 100644
--- a/chrome/test/chromedriver/chrome/stub_chrome.h
+++ b/chrome/test/chromedriver/chrome/stub_chrome.h
@@ -25,11 +25,6 @@ class StubChrome : public Chrome {
virtual Status GetWebViewById(const std::string& id,
WebView** web_view) OVERRIDE;
virtual Status CloseWebView(const std::string& id) OVERRIDE;
- virtual Status IsJavaScriptDialogOpen(bool* is_open) OVERRIDE;
- virtual Status GetJavaScriptDialogMessage(std::string* message) OVERRIDE;
- virtual Status HandleJavaScriptDialog(
- bool accept,
- const std::string* prompt_text) OVERRIDE;
virtual Status GetAutomationExtension(
AutomationExtension** extension) OVERRIDE;
virtual std::string GetOperatingSystemName() OVERRIDE;
« no previous file with comments | « chrome/test/chromedriver/chrome/navigation_tracker.cc ('k') | chrome/test/chromedriver/chrome/stub_chrome.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698