| Index: content/shell/common/test_runner/test_preferences.cc
|
| diff --git a/content/shell/common/test_runner/test_preferences.cc b/content/shell/common/test_runner/test_preferences.cc
|
| index 9eeb7752392c80d1292f76a555a3bb97c08122be..0aa232c7b36ef82e418d16024b1baa71ec3708f4 100644
|
| --- a/content/shell/common/test_runner/test_preferences.cc
|
| +++ b/content/shell/common/test_runner/test_preferences.cc
|
| @@ -50,6 +50,7 @@ void TestPreferences::Reset() {
|
| should_respect_image_orientation = false;
|
| asynchronous_spell_checking_enabled = false;
|
| web_security_enabled = true;
|
| + strict_mixed_content_checking = false;
|
| }
|
|
|
| } // namespace content
|
|
|