| Index: content/shell/common/test_runner/test_preferences.h
|
| diff --git a/content/shell/common/test_runner/test_preferences.h b/content/shell/common/test_runner/test_preferences.h
|
| index 793b7f5cae8bdaecb5105e065b91fad4b6a12b64..4bb66d90612ebe9eb7c4c459298835e66cebe158 100644
|
| --- a/content/shell/common/test_runner/test_preferences.h
|
| +++ b/content/shell/common/test_runner/test_preferences.h
|
| @@ -44,6 +44,7 @@ struct TestPreferences {
|
| bool should_respect_image_orientation;
|
| bool asynchronous_spell_checking_enabled;
|
| bool web_security_enabled;
|
| + bool strict_mixed_content_checking;
|
|
|
| TestPreferences();
|
| void Reset();
|
|
|