Chromium Code Reviews| 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. |