commit | a90d4e2c8c235660cc7f616ac87c0e80dddb2bcc | [log] [tgz] |
---|---|---|
author | Gang Wu <[email protected]> | Fri Sep 20 20:30:11 2019 |
committer | Commit Bot <[email protected]> | Fri Sep 20 20:30:11 2019 |
tree | 8296a69954476388732b6cab9f98535dbb78e486 | |
parent | 0fe2f506f543c452c937b9c6f107bb787784a2b1 [diff] [blame] |
Add kEnableClipboardProviderTextSuggestions to chrome://flags page Bug:1006041 Change-Id: I4a144c14fa886453e0d6efc3a48f8721c8889376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815737 Commit-Queue: Gang Wu <[email protected]> Reviewed-by: Pavel Yatsuk <[email protected]> Cr-Commit-Position: refs/heads/master@{#698602}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 9318a6ad5..929544e4 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -52,6 +52,11 @@ "Allows synchronous XHR requests during page dismissal when the page is " "being navigated away or closed by the user."; +const char kEnableClipboardProviderTextSuggestionsName[] = + "Omnibox clipboard text search suggestions"; +const char kEnableClipboardProviderTextSuggestionsDescription[] = + "Enables search suggestions in omnibox"; + const char kEnableSignedExchangeSubresourcePrefetchName[] = "Enable Signed Exchange subresource prefetching"; const char kEnableSignedExchangeSubresourcePrefetchDescription[] =