| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index d4753ccfdf71a4845085f19cc543fbc47fb6ce13..c1d4cdfc084b5f8ace61a0e05ca1f4cb27a4337b 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -3268,6 +3268,16 @@ extern const char kEnableCopylessPasteDescription[];
|
|
|
| #endif // defined(OS_ANDROID)
|
|
|
| +#if defined(OS_ANDROID)
|
| +
|
| +// Name of the flag that enables the omnibox's clipboard URL provider.
|
| +extern const char kEnableOmniboxClipboardProviderName[];
|
| +
|
| +// Description of the flag that enables the omnibox's clipboard URL provider.
|
| +extern const char kEnableOmniboxClipboardProviderDescription[];
|
| +
|
| +#endif // defined(OS_ANDROID)
|
| +
|
| } // namespace flag_descriptions
|
|
|
| #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
|
|
|