| commit | a4db41dca792bd8fe902249dc4093e3832b5fa02 | [log] [tgz] |
|---|---|---|
| author | Tommy Li <[email protected]> | Tue Aug 13 21:57:00 2019 |
| committer | Commit Bot <[email protected]> | Tue Aug 13 21:57:00 2019 |
| tree | 99210c4825aeb9005f060ea276a404805efd8112 | |
| parent | f456b78e255880bb853091c692cfee4600cec4cb [diff] [blame] |
[omnibox] Turn off Placeholder-text-while-empty feature flag We had this enabled by default in 77, since we were presuming we would launch this feature. We're not so sure now, so turning it off by default. Bug: 958655 Change-Id: I77be67f4cb883413ac225c569d3df7a3017d5ba8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752297 Reviewed-by: Dan Beam <[email protected]> Reviewed-by: Tommy Li <[email protected]> Commit-Queue: Tommy Li <[email protected]> Cr-Commit-Position: refs/heads/master@{#686581}
diff --git a/components/omnibox/common/omnibox_features.cc b/components/omnibox/common/omnibox_features.cc index 9b0a2a4..b0ce734 100644 --- a/components/omnibox/common/omnibox_features.cc +++ b/components/omnibox/common/omnibox_features.cc
@@ -246,7 +246,7 @@ // are exceptions in this regard and this experiment makes this more consistent. const base::Feature kUIExperimentShowPlaceholderWhenCaretShowing{ "OmniboxUIExperimentShowPlaceholderWhenCaretShowing", - base::FEATURE_ENABLED_BY_DEFAULT}; + base::FEATURE_DISABLED_BY_DEFAULT}; // Feature used to enable speculatively starting a service worker associated // with the destination of the default match when the user's input looks like a