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(); |
} |