Chromium Code Reviews| Index: chrome/browser/flag_descriptions.h |
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
| index 5196cf6f37b8ffabd40b8bf2fbe9be0ce4949118..27a5c9c3df6909a61cfc85fa53390da359d599cb 100644 |
| --- a/chrome/browser/flag_descriptions.h |
| +++ b/chrome/browser/flag_descriptions.h |
| @@ -3355,6 +3355,11 @@ extern const char kEnableHeapProfilingModePseudo[]; |
| extern const char kEnableHeapProfilingModeNative[]; |
| extern const char kEnableHeapProfilingTaskProfiler[]; |
| +// Name and description of the flag allowing the usage of a small set of |
| +// suggestions in NTP tiles. |
|
Marc Treib
2017/05/03 11:43:56
Server-side suggestions. Client-side ones are used
fhorschig
2017/05/03 14:19:42
Done.
|
| +extern const char kDisableSuggestionsMinimumName[]; |
| +extern const char kDisableSuggestionsMinimumDescription[]; |
| + |
| } // namespace flag_descriptions |
| #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |