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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2838103002: Omnibox - Add about:flag to Enable Clipboard Provider (Closed)
Patch Set: 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 746548b5bd8791f388cd411ee54d702312397d22..72fb85cbb27dd42550393b5de101195a210225fd 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3015,4 +3015,15 @@ const char kEnableCopylessPasteDescription[] =
#endif // defined(OS_ANDROID)
+#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