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

Unified Diff: content/shell/common/test_runner/test_preferences.cc

Issue 601513002: Add test runner support for overriding web_security_enabled preference. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « content/shell/common/test_runner/test_preferences.h ('k') | content/shell/common/webkit_test_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 137c5bd2862b1c283b70ffaed95912b7bc727a0f..9eeb7752392c80d1292f76a555a3bb97c08122be 100644
--- a/content/shell/common/test_runner/test_preferences.cc
+++ b/content/shell/common/test_runner/test_preferences.cc
@@ -49,6 +49,7 @@ void TestPreferences::Reset() {
hyperlink_auditing_enabled = false;
should_respect_image_orientation = false;
asynchronous_spell_checking_enabled = false;
+ web_security_enabled = true;
}
} // namespace content
« no previous file with comments | « content/shell/common/test_runner/test_preferences.h ('k') | content/shell/common/webkit_test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698