| 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..5583462e8ed14bb0edd4e6c784e81be44675b159 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;
|
|
|
| + // if enabled, sets navigator.webdriver to true
|
| + bool automation_controlled;
|
| +
|
| // 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.
|
|
|