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

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

Issue 2781603002: [Content suggestions] Add a feature to fetch favicons from a new server (Closed)
Patch Set: Add histogram.xml LoginCustomFlags entries Created 3 years, 8 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/ntp_snippets/features.h » ('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 2269 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 "Set category ranker to order categories of content suggestions (e.g. " 2280 "Set category ranker to order categories of content suggestions (e.g. "
2281 "on the NTP)."; 2281 "on the NTP).";
2282 2282
2283 const char kEnableNtpSnippetsVisibilityName[] = 2283 const char kEnableNtpSnippetsVisibilityName[] =
2284 "Make New Tab Page Snippets more visible."; 2284 "Make New Tab Page Snippets more visible.";
2285 2285
2286 const char kEnableNtpSnippetsVisibilityDescription[] = 2286 const char kEnableNtpSnippetsVisibilityDescription[] =
2287 "If enabled, the NTP snippets will become more discoverable with a " 2287 "If enabled, the NTP snippets will become more discoverable with a "
2288 "larger portion of the first card above the fold."; 2288 "larger portion of the first card above the fold.";
2289 2289
2290 const char kEnableContentSuggestionsNewFaviconServerName[] =
2291 "Get favicons for content suggestions from a new server.";
2292
2293 const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2294 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2295 "new favicon server.";
2296
2290 const char kEnableNtpRemoteSuggestionsName[] = 2297 const char kEnableNtpRemoteSuggestionsName[] =
2291 "Show server-side suggestions on the New Tab page"; 2298 "Show server-side suggestions on the New Tab page";
2292 2299
2293 const char kEnableNtpRemoteSuggestionsDescription[] = 2300 const char kEnableNtpRemoteSuggestionsDescription[] =
2294 "If enabled, the list of content suggestions on the New Tab page (see " 2301 "If enabled, the list of content suggestions on the New Tab page (see "
2295 "#enable-ntp-snippets) will contain server-side suggestions (e.g., " 2302 "#enable-ntp-snippets) will contain server-side suggestions (e.g., "
2296 "Articles for you). Furthermore, it allows to override the source used " 2303 "Articles for you). Furthermore, it allows to override the source used "
2297 "to retrieve these server-side suggestions."; 2304 "to retrieve these server-side suggestions.";
2298 2305
2299 const char kEnableNtpRecentOfflineTabSuggestionsName[] = 2306 const char kEnableNtpRecentOfflineTabSuggestionsName[] =
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
2907 const char kEnableEhvInputName[] = 2914 const char kEnableEhvInputName[] =
2908 "Emoji, handwriting and voice input on opt-in IME menu"; 2915 "Emoji, handwriting and voice input on opt-in IME menu";
2909 2916
2910 const char kEnableEhvInputDescription[] = 2917 const char kEnableEhvInputDescription[] =
2911 "Enable access to emoji, handwriting and voice input form opt-in IME " 2918 "Enable access to emoji, handwriting and voice input form opt-in IME "
2912 "menu."; 2919 "menu.";
2913 2920
2914 #endif // #if defined(OS_CHROMEOS) 2921 #endif // #if defined(OS_CHROMEOS)
2915 2922
2916 } // namespace flag_descriptions 2923 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/ntp_snippets/features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698