summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorurvang@google.com <urvang@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-24 06:15:08 +0000
committerurvang@google.com <urvang@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-24 06:15:08 +0000
commitc6fd2d84f4e15a2df720afc36e38e0f8b84484ff (patch)
treef16b80f57fff7c1b2bb80abf4d88afc780f15626 /content
parent50634eb2cd3209ef845d04f6870c4d7e30b637ff (diff)
downloadchromium_src-c6fd2d84f4e15a2df720afc36e38e0f8b84484ff.zip
chromium_src-c6fd2d84f4e15a2df720afc36e38e0f8b84484ff.tar.gz
chromium_src-c6fd2d84f4e15a2df720afc36e38e0f8b84484ff.tar.bz2
Remove initialization of WebPInAcceptHeader flag from Chromium
The flag is unused now, as the feature has been enabled. BUG=249474 Review URL: https://chromiumcodereview.appspot.com/17379027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/child/runtime_features.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index 4a89780..79189ee 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -124,11 +124,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
if (command_line.HasSwitch(switches::kEnableWebGLDraftExtensions))
WebRuntimeFeatures::enableWebGLDraftExtensions(true);
-
- // Enabled by default for testing.
- // TODO(urvang): Go back to using the command-line option after a few days.
- // https://code.google.com/p/chromium/issues/detail?id=234437
- WebRuntimeFeatures::enableWebPInAcceptHeader(true);
}
} // namespace content