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

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

Issue 2319223002: [chromedriver] Set page load strategy via constructor rather than a setter. (Closed)
Patch Set: Created 4 years, 3 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/chromedriver/chrome/chrome_android_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 772be03bf76674cd5a1701d61fb7f486b2a68dab..14251c7c160e08a133dd881027beb79c8fb4d417 100644
--- a/chrome/test/chromedriver/chrome/chrome.h
+++ b/chrome/test/chromedriver/chrome/chrome.h
@@ -50,10 +50,9 @@ class Chrome {
// actions can be performed on it.
virtual bool HasTouchScreen() const = 0;
+ // Return the page load strategy for this session.
virtual std::string page_load_strategy() const = 0;
- virtual void set_page_load_strategy(std::string strategy) = 0;
-
// Quits Chrome.
virtual Status Quit() = 0;
};
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/chrome_android_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698