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

Unified Diff: third_party/WebKit/public/web/WebSettings.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
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebSettings.h
diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
index e9f91d6b314343dc0da7c3b2156df45dfbd47966..3a58aa3ba7ea7c7261bc36f478fe24c52c303ded 100644
--- a/third_party/WebKit/public/web/WebSettings.h
+++ b/third_party/WebKit/public/web/WebSettings.h
@@ -295,6 +295,8 @@ class WebSettings {
virtual void SetExpensiveBackgroundThrottlingMaxBudget(float) = 0;
virtual void SetExpensiveBackgroundThrottlingMaxDelay(float) = 0;
virtual void SetMediaControlsEnabled(bool) = 0;
+ virtual void SetAutomationControlled(bool) = 0;
+ virtual void SetHeadless(bool) = 0;
virtual void SetDoNotUpdateSelectionOnMutatingSelectionRange(bool) = 0;
protected:
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698