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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2886943007: Introduce NavigatorWebDriver interface
Patch Set: wip: need more tests Created 3 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: third_party/WebKit/Source/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index 1a581808f6359f34df7f7c2e11d895b464871707..05577d17b168f37898da1df4b8286e7b5d9ec802 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -206,6 +206,8 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
void SetExpensiveBackgroundThrottlingMaxBudget(float) override;
void SetExpensiveBackgroundThrottlingMaxDelay(float) override;
void SetMediaControlsEnabled(bool) override;
+ void SetAutomationControlled(bool) override;
+ void SetHeadless(bool) override;
void SetDoNotUpdateSelectionOnMutatingSelectionRange(bool) override;
bool ShowFPSCounter() const { return show_fps_counter_; }
« no previous file with comments | « third_party/WebKit/Source/core/frame/Settings.json5 ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698