Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2858883002: Add flag for disabling minimum of ntp tile suggestions (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/suggestions/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 3097 matching lines...) Expand 10 before | Expand all | Expand 10 after
3108 const char kEnableHeapProfilingName[] = "Heap profiling"; 3108 const char kEnableHeapProfilingName[] = "Heap profiling";
3109 3109
3110 const char kEnableHeapProfilingDescription[] = "Enables heap profiling."; 3110 const char kEnableHeapProfilingDescription[] = "Enables heap profiling.";
3111 3111
3112 const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)"; 3112 const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)";
3113 3113
3114 const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)"; 3114 const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)";
3115 3115
3116 const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)"; 3116 const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)";
3117 3117
3118 const char kUseSuggestionsEvenIfFewFeatureName[] =
3119 "Disable minimum for server-side tile suggestions on NTP.";
3120
3121 const char kUseSuggestionsEvenIfFewFeatureDescription[] =
3122 "Request server-side suggestions even if there are only very few of them "
3123 "and use them for tiles on the New Tab Page.";
3124
3118 } // namespace flag_descriptions 3125 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/suggestions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698