| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 8b0b6b0f74ce65e3df4417740bf88b2e3007a46e..8cee0708be7740213d3037bcbc07a223f6d5c191 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -3153,4 +3153,18 @@ const char kEnableD3DVsyncDescription[] =
|
|
|
| #endif // defined(OS_WIN)
|
|
|
| +#if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| +
|
| +const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
|
| +const char kUseGoogleLocalNtpDescription[] =
|
| + "Use the local New Tab page if Google is the default search engine.";
|
| +
|
| +const char kOneGoogleBarOnLocalNtpName[] =
|
| + "Enable the OneGoogleBar on the local NTP";
|
| +const char kOneGoogleBarOnLocalNtpDescription[] =
|
| + "Show a OneGoogleBar on the local New Tab page if Google is the default "
|
| + "search engine.";
|
| +
|
| +#endif // !defined(OS_ANDROID) && !defined(OS_IOS)
|
| +
|
| } // namespace flag_descriptions
|
|
|