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

Unified Diff: content/test/test_blink_web_unit_test_support.cc

Issue 976553002: Remove the '--enable-file-cookies' flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whole method. Created 5 years, 9 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
Index: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index 81a0552b2ebddb2e8981356b68e17e0b99f289b0..70008dacb8a8e01e0306de27da02d85028e696e4 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -106,9 +106,6 @@ TestBlinkWebUnitTestSupport::TestBlinkWebUnitTestSupport() {
SetThemeEngine(NULL);
#endif
- base::CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kEnableFileCookies);
-
// Test shell always exposes the GC.
std::string flags("--expose-gc");
v8::V8::SetFlagsFromString(flags.c_str(), static_cast<int>(flags.size()));

Powered by Google App Engine
This is Rietveld 408576698