Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1525)

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2838753003: Omnibox - Add about:flag to Enable Clipboard Provider (Closed)
Patch Set: add histograms.xml for the flags Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index e10b1adb0ddef3191159f9b2e4d704eba6b78aec..dc668e722631e6dedbf48e3a48cefe948613896b 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3036,4 +3036,15 @@ const char kEnableIdleTimeSpellCheckingDescription[] =
"Make spell-checking code run only when the browser is idle, so that input "
"latency is reduced, especially when editing long articles, emails, etc.";
+#if defined(OS_ANDROID)
+
+const char kEnableOmniboxClipboardProviderName[] =
+ "Omnibox clipboard URL suggestions";
+
+const char kEnableOmniboxClipboardProviderDescription[] =
+ "Provide a suggestion of the URL stored in the clipboard (if any) upon "
+ "focus in the omnibox.";
+
+#endif // defined(OS_ANDROID)
+
} // namespace flag_descriptions
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698