summaryrefslogtreecommitdiffstats
path: root/chrome/test/ppapi
diff options
context:
space:
mode:
authormkwst <mkwst@chromium.org>2015-03-31 00:33:45 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-31 07:34:40 +0000
commitb73bf8aa4e868323e981623f4789dbe0ef16a1b6 (patch)
tree08cfc9ebda06b017538a8577a315f3397fc485d2 /chrome/test/ppapi
parent13beeda042270ec899f86a806c563eca720370ec (diff)
downloadchromium_src-b73bf8aa4e868323e981623f4789dbe0ef16a1b6.zip
chromium_src-b73bf8aa4e868323e981623f4789dbe0ef16a1b6.tar.gz
chromium_src-b73bf8aa4e868323e981623f4789dbe0ef16a1b6.tar.bz2
Remove the '--enable-file-cookies' flag.
Discussed at https://groups.google.com/a/chromium.org/forum/#!topic/net-dev/47jdSKRnbqA. We can't drop the functionality entirely, as it's exposed as a public method on Android's WebView, but we can limit the functionality to Android and remove current callers. That's the approach this patch takes. BUG=470482 Review URL: https://codereview.chromium.org/976553002 Cr-Commit-Position: refs/heads/master@{#322991}
Diffstat (limited to 'chrome/test/ppapi')
-rw-r--r--chrome/test/ppapi/ppapi_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc
index ff60b59..f012b12 100644
--- a/chrome/test/ppapi/ppapi_test.cc
+++ b/chrome/test/ppapi/ppapi_test.cc
@@ -132,9 +132,6 @@ void PPAPITestBase::SetUp() {
}
void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) {
- // The test sends us the result via a cookie.
- command_line->AppendSwitch(switches::kEnableFileCookies);
-
// Some stuff is hung off of the testing interface which is not enabled
// by default.
command_line->AppendSwitch(switches::kEnablePepperTesting);