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

Unified Diff: chrome/browser/chrome_browser_field_trials_desktop.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 | « no previous file | content/browser/ppapi_plugin_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_field_trials_desktop.cc
===================================================================
--- chrome/browser/chrome_browser_field_trials_desktop.cc (revision 246096)
+++ chrome/browser/chrome_browser_field_trials_desktop.cc (working copy)
@@ -67,17 +67,6 @@
trial->Disable();
}
-void SetupLowLatencyFlashAudioFieldTrial() {
- scoped_refptr<base::FieldTrial> trial(
- base::FieldTrialList::FactoryGetFieldTrial(
- content::kLowLatencyFlashAudioFieldTrialName, 100, "Standard",
- 2013, 9, 1, base::FieldTrial::SESSION_RANDOMIZED, NULL));
-
- // Trial is enabled for dev / beta / canary users only.
- if (chrome::VersionInfo::GetChannel() != chrome::VersionInfo::CHANNEL_STABLE)
- trial->AppendGroup(content::kLowLatencyFlashAudioFieldTrialEnabledName, 25);
-}
-
void SetupPreReadFieldTrial() {
// The chrome executable will have set (or not) an environment variable with
// the group name into which this client belongs.
@@ -133,7 +122,6 @@
SetupInfiniteCacheFieldTrial();
DisableShowProfileSwitcherTrialIfNecessary();
SetupShowAppLauncherPromoFieldTrial(local_state);
- SetupLowLatencyFlashAudioFieldTrial();
SetupPreReadFieldTrial();
}
« no previous file with comments | « no previous file | content/browser/ppapi_plugin_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698