Commit bdbfc619 authored by Mark Pearson's avatar Mark Pearson Committed by Commit Bot

Omnibox - Enable Clipboard URL Provider by Default on Android

Bug: 706046
Change-Id: I9bd0ff5d297f93ff3dbdc92f668c307630d46dc5
Reviewed-on: https://chromium-review.googlesource.com/578659
Commit-Queue: Mark Pearson <mpearson@chromium.org>
Commit-Queue: Justin Donnelly <jdonnelly@chromium.org>
Reviewed-by: default avatarJustin Donnelly <jdonnelly@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488139}
parent 99122a45
......@@ -51,7 +51,7 @@ const base::Feature kOmniboxTailSuggestions{
// suggestions of the URL in the user's clipboard (if any) upon omnibox focus.
const base::Feature kEnableClipboardProvider {
"OmniboxEnableClipboardProvider",
#if defined(OS_IOS)
#if defined(OS_IOS) || defined(OS_ANDROID)
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment