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

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

Issue 2125123002: [chromedriver] Add page loading strategy to capabilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed unittests, renamed py tests Created 4 years, 4 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 bef77d895275c534ef415a804eb9d5b88099808a..7a4ffadae8cf10a6b63bacce012d9c300b359139 100644
--- a/chrome/test/chromedriver/chrome/stub_chrome.h
+++ b/chrome/test/chromedriver/chrome/stub_chrome.h
@@ -31,6 +31,8 @@ class StubChrome : public Chrome {
std::string GetOperatingSystemName() override;
bool IsMobileEmulationEnabled() const override;
bool HasTouchScreen() const override;
+ std::string page_load_strategy() const override;
+ void set_page_load_strategy(std::string strategy) override;
Status Quit() override;
private:
« no previous file with comments | « chrome/test/chromedriver/chrome/page_load_strategy.cc ('k') | chrome/test/chromedriver/chrome/stub_chrome.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698