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

Unified Diff: content/public/common/content_constants.cc

Issue 141753006: Enable Windows Flash hw video decode trial. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/public/common/content_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_constants.cc
===================================================================
--- content/public/common/content_constants.cc (revision 246096)
+++ content/public/common/content_constants.cc (working copy)
@@ -38,7 +38,7 @@
const int kHistogramSynchronizerReservedSequenceNumber = 0;
-const char kLowLatencyFlashAudioFieldTrialName[] = "LowLatencyFlashAudio";
-const char kLowLatencyFlashAudioFieldTrialEnabledName[] = "LowLatency";
+const char kFlashHwVideoDecodeFieldTrialName[] = "FlashHardwareVideoDecode";
+const char kFlashHwVideoDecodeFieldTrialEnabledName[] = "HwVideo";
} // namespace content
« no previous file with comments | « content/public/common/content_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698