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 |