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

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

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 | « no previous file | content/shell/common/test_runner/test_preferences.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.h
diff --git a/content/shell/common/test_runner/test_preferences.h b/content/shell/common/test_runner/test_preferences.h
index b2ca05a9666d439d91d169827769f1cd4ec542c9..793b7f5cae8bdaecb5105e065b91fad4b6a12b64 100644
--- a/content/shell/common/test_runner/test_preferences.h
+++ b/content/shell/common/test_runner/test_preferences.h
@@ -43,6 +43,7 @@ struct TestPreferences {
bool caret_browsing_enabled;
bool should_respect_image_orientation;
bool asynchronous_spell_checking_enabled;
+ bool web_security_enabled;
TestPreferences();
void Reset();
« no previous file with comments | « no previous file | content/shell/common/test_runner/test_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698