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

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

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/browser/ppapi_plugin_process_host.cc ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_constants.h
===================================================================
--- content/public/common/content_constants.h (revision 246096)
+++ content/public/common/content_constants.h (working copy)
@@ -54,9 +54,9 @@
// a browser-supplied sequence number.
CONTENT_EXPORT extern const int kHistogramSynchronizerReservedSequenceNumber;
-// Shared constants for the low latency flash audio field trial.
-CONTENT_EXPORT extern const char kLowLatencyFlashAudioFieldTrialName[];
-CONTENT_EXPORT extern const char kLowLatencyFlashAudioFieldTrialEnabledName[];
+// Shared constants for the flash hardware video decode field trial.
+CONTENT_EXPORT extern const char kFlashHwVideoDecodeFieldTrialName[];
+CONTENT_EXPORT extern const char kFlashHwVideoDecodeFieldTrialEnabledName[];
} // namespace content
« no previous file with comments | « content/browser/ppapi_plugin_process_host.cc ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698