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

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

Issue 2955963002: Update Chrome Upstream flow to reflect new UI mocks (Closed)
Patch Set: Put changes behind AutofillUpstreamShowNewUi flag Created 3 years, 4 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
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 const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas"; 9 const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
10 const char kAccelerated2dCanvasDescription[] = 10 const char kAccelerated2dCanvasDescription[] =
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "Display the last used date of a credit card in autofill."; 248 "Display the last used date of a credit card in autofill.";
249 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = 249 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
250 "If enabled, display the last used date of a credit card in autofill."; 250 "If enabled, display the last used date of a credit card in autofill.";
251 251
252 const char kEnableAutofillCreditCardUploadCvcPromptName[] = 252 const char kEnableAutofillCreditCardUploadCvcPromptName[] =
253 "Enable requesting missing CVC during Autofill credit card upload"; 253 "Enable requesting missing CVC during Autofill credit card upload";
254 const char kEnableAutofillCreditCardUploadCvcPromptDescription[] = 254 const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
255 "If enabled, requests missing CVC when offering to upload credit cards to " 255 "If enabled, requests missing CVC when offering to upload credit cards to "
256 "Google Payments."; 256 "Google Payments.";
257 257
258 const char kEnableAutofillCreditCardUploadNewUiName[] =
259 "Enable updated UI for Autofill credit card upload";
jiahuiguo 2017/08/09 00:33:37 Add desktop macro?
Jared Saul 2017/08/09 00:45:24 Discussed offline; going to keep this here for now
260 const char kEnableAutofillCreditCardUploadNewUiDescription[] =
261 "If enabled, displays a new save card bubble/infobar design when offering "
262 "to upload credit cards to Google Payments.";
263
258 const char kEnableBreakingNewsPushName[] = "Breaking News Push"; 264 const char kEnableBreakingNewsPushName[] = "Breaking News Push";
259 const char kEnableBreakingNewsPushDescription[] = 265 const char kEnableBreakingNewsPushDescription[] =
260 "Listen for breaking news content suggestions (e.g. for New Tab Page) " 266 "Listen for breaking news content suggestions (e.g. for New Tab Page) "
261 "through Google Cloud Messaging."; 267 "through Google Cloud Messaging.";
262 268
263 const char kEnableBrotliName[] = "Brotli Content-Encoding."; 269 const char kEnableBrotliName[] = "Brotli Content-Encoding.";
264 const char kEnableBrotliDescription[] = 270 const char kEnableBrotliDescription[] =
265 "Enable Brotli Content-Encoding support."; 271 "Enable Brotli Content-Encoding support.";
266 272
267 const char kEnableClearBrowsingDataCountersName[] = 273 const char kEnableClearBrowsingDataCountersName[] =
(...skipping 2520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2788 "Use Chrome OS MIDI Service for Web MIDI and allow ARC to support Android " 2794 "Use Chrome OS MIDI Service for Web MIDI and allow ARC to support Android "
2789 "MIDI."; 2795 "MIDI.";
2790 2796
2791 const char kMultideviceName[] = "Enable multidevice features"; 2797 const char kMultideviceName[] = "Enable multidevice features";
2792 const char kMultideviceDescription[] = 2798 const char kMultideviceDescription[] =
2793 "Enables UI for controlling multidevice features."; 2799 "Enables UI for controlling multidevice features.";
2794 2800
2795 #endif // defined(OS_CHROMEOS) 2801 #endif // defined(OS_CHROMEOS)
2796 2802
2797 } // namespace flag_descriptions 2803 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698