DescriptionDon't do field trials if Instant is explicitly enabled.
http://crrev.com/134073 removed the check for prefs::kInstantEnabledOnce for
some field trial modes. So it became possible for Instant to be explicitly
enabled, and yet for IsHiddenExperiment() to return true (which would cause
incorrect logic in InstantController::Update() and other places). Fix this by
checking that prefs::kInstantEnabled is not set.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134486
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|