Chromium Code Reviews| Index: chrome/browser/flag_descriptions.cc |
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
| index 0f058a483ad97c266a52102c6c1a9bf89b4e236b..2e64a031b8301876b8daa0727a2ce7e8a1bf89bd 100644 |
| --- a/chrome/browser/flag_descriptions.cc |
| +++ b/chrome/browser/flag_descriptions.cc |
| @@ -3139,4 +3139,14 @@ const char kCaptureThumbnailOnLoadFinishedDescription[] = |
| "Capture a page thumbnail (for use on the New Tab page) when the page load " |
| "finishes, in addition to other times a thumbnail may be captured."; |
| +const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP"; |
| +const char kUseGoogleLocalNtpDescription[] = |
| + "Use the local NTP if Google is the default search engine."; |
|
sfiera
2017/05/11 10:39:22
For the descriptions, I think it would be better t
Marc Treib
2017/05/11 11:39:54
Done.
|
| + |
| +const char kOneGoogleBarOnLocalNtpName[] = |
| + "Enable the OneGoogleBar on the local NTP"; |
| +const char kOneGoogleBarOnLocalNtpDescription[] = |
| + "Show a OneGoogleBar on the local NTP if Google is the default search " |
| + "engine."; |
| + |
| } // namespace flag_descriptions |