| 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
|
|
|