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

Unified Diff: content/public/common/web_preferences.h

Issue 2886943007: Introduce NavigatorWebDriver interface
Patch Set: Introduce NavigatorWebDriver interface 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: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index bcceb6b29e3b441f67e053ac7543cc51b4fa7676..6d05a8604799e404c95f851670506458828a53eb 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -289,6 +289,9 @@ struct CONTENT_EXPORT WebPreferences {
// If disabled, media controls should never be used.
bool media_controls_enabled;
+ bool automation_controlled;
bokan 2017/05/19 16:43:23 Please add some comments to describe what these do
+ bool headless;
+
// Whether we want to disable updating selection on mutating selection range.
// This is to work around Samsung's email app issue. See
// https://crbug.com/699943 for details.

Powered by Google App Engine
This is Rietveld 408576698