| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index bc213a14083f9890758970e7e0ebdf510f43ed87..bfcb0d027b7523086bf14d8d235b0298f7d5115c 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -3302,6 +3302,16 @@ extern const char kEnableIdleTimeSpellCheckingName[];
|
| // Description of the flag that enables Blink's idle time spell checker.
|
| extern const char kEnableIdleTimeSpellCheckingDescription[];
|
|
|
| +#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_
|
|
|