Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 2425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2436 "If enabled, the list of content suggestions on the New Tab page (see " | 2436 "If enabled, the list of content suggestions on the New Tab page (see " |
| 2437 "#enable-ntp-snippets) will contain recent foreign tabs."; | 2437 "#enable-ntp-snippets) will contain recent foreign tabs."; |
| 2438 | 2438 |
| 2439 const char kEnableNtpSuggestionsNotificationsName[] = | 2439 const char kEnableNtpSuggestionsNotificationsName[] = |
| 2440 "Notify about new content suggestions available at the New Tab page"; | 2440 "Notify about new content suggestions available at the New Tab page"; |
| 2441 | 2441 |
| 2442 const char kEnableNtpSuggestionsNotificationsDescription[] = | 2442 const char kEnableNtpSuggestionsNotificationsDescription[] = |
| 2443 "If enabled, notifications will inform about new content suggestions on " | 2443 "If enabled, notifications will inform about new content suggestions on " |
| 2444 "the New Tab page (see #enable-ntp-snippets)."; | 2444 "the New Tab page (see #enable-ntp-snippets)."; |
| 2445 | 2445 |
| 2446 const char kEnableNtpPushUpdatesName[] = | |
| 2447 "Receive GCM push updates for timely content at the New Tab Page"; | |
|
sfiera
2017/05/24 14:11:46
It's not really tied to the New Tab Page. You coul
mamir
2017/05/24 15:07:27
Done.
| |
| 2448 | |
| 2449 const char kEnableNtpPushUpdatesDescription[] = | |
| 2450 "If enabled, the client will listen for push messages sent from the " | |
| 2451 "server about timely content such as breaking news."; | |
|
sfiera
2017/05/24 14:11:46
Describing this flag in terms of "client" and "ser
mamir
2017/05/24 15:07:27
Done.
| |
| 2452 | |
| 2446 const char kNtpCondensedLayoutName[] = "Condensed NTP layout"; | 2453 const char kNtpCondensedLayoutName[] = "Condensed NTP layout"; |
| 2447 | 2454 |
| 2448 const char kNtpCondensedLayoutDescription[] = | 2455 const char kNtpCondensedLayoutDescription[] = |
| 2449 "Show a condensed layout on the New Tab Page."; | 2456 "Show a condensed layout on the New Tab Page."; |
| 2450 | 2457 |
| 2451 const char kNtpCondensedTileLayoutName[] = "Condensed NTP tile layout"; | 2458 const char kNtpCondensedTileLayoutName[] = "Condensed NTP tile layout"; |
| 2452 | 2459 |
| 2453 const char kNtpCondensedTileLayoutDescription[] = | 2460 const char kNtpCondensedTileLayoutDescription[] = |
| 2454 "Show a condensed tile layout on the New Tab Page."; | 2461 "Show a condensed tile layout on the New Tab Page."; |
| 2455 | 2462 |
| (...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3180 | 3187 |
| 3181 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3188 const char kDisableNewVirtualKeyboardBehaviorName[] = |
| 3182 "New window behavior for the accessibility keyboard"; | 3189 "New window behavior for the accessibility keyboard"; |
| 3183 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3190 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
| 3184 "Disable new window behavior for the accessibility keyboard " | 3191 "Disable new window behavior for the accessibility keyboard " |
| 3185 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3192 "in non-sticky mode (do not change work area in non-sticky mode)."; |
| 3186 | 3193 |
| 3187 #endif // defined(OS_CHROMEOS) | 3194 #endif // defined(OS_CHROMEOS) |
| 3188 | 3195 |
| 3189 } // namespace flag_descriptions | 3196 } // namespace flag_descriptions |
| OLD | NEW |