From 44ee3baf676fd5a05a76fbf9295686c1b7e2ec6f Mon Sep 17 00:00:00 2001 From: bolian Date: Tue, 30 Sep 2014 19:41:54 -0700 Subject: Extend enable-data-reduction-proxy-dev about to beta channel BUG=418338 Review URL: https://codereview.chromium.org/598543003 Cr-Commit-Position: refs/heads/master@{#297585} --- chrome/browser/about_flags.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 34614ac..03fa029 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -2064,8 +2064,9 @@ bool SkipConditionalExperiment(const Experiment& experiment, } #if defined(OS_ANDROID) - // enable-data-reduction-proxy-dev is only available for the Dev channel. + // enable-data-reduction-proxy-dev is only available for the Dev/Beta channel. if (!strcmp("enable-data-reduction-proxy-dev", experiment.internal_name) && + chrome::VersionInfo::GetChannel() != chrome::VersionInfo::CHANNEL_BETA && chrome::VersionInfo::GetChannel() != chrome::VersionInfo::CHANNEL_DEV) { return true; } -- cgit v1.1