| 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 const char kBrowserSideNavigationName[] = "Enable browser side navigation"; |     9 const char kBrowserSideNavigationName[] = "Enable browser side navigation"; | 
|    10  |    10  | 
| (...skipping 2468 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  2479  |  2479  | 
|  2480 const char kEnableExpandedAutofillCreditCardPopupLayoutName[] = |  2480 const char kEnableExpandedAutofillCreditCardPopupLayoutName[] = | 
|  2481     "Use expanded autofill credit card popup layout."; |  2481     "Use expanded autofill credit card popup layout."; | 
|  2482  |  2482  | 
|  2483 const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] = |  2483 const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] = | 
|  2484     "If enabled, displays autofill credit card popup using expanded " |  2484     "If enabled, displays autofill credit card popup using expanded " | 
|  2485     "layout."; |  2485     "layout."; | 
|  2486  |  2486  | 
|  2487 #endif  // defined(OS_ANDROID) |  2487 #endif  // defined(OS_ANDROID) | 
|  2488  |  2488  | 
 |  2489 const char kEnableAutofillCreditCardBankNameDisplayName[] = | 
 |  2490     "Display the issuer bank name of a credit card in autofill."; | 
 |  2491  | 
 |  2492 const char kEnableAutofillCreditCardBankNameDisplayDescription[] = | 
 |  2493     "If enabled, displays the issuer bank name of a credit card in autofill."; | 
 |  2494  | 
|  2489 const char kEnableAutofillCreditCardLastUsedDateDisplayName[] = |  2495 const char kEnableAutofillCreditCardLastUsedDateDisplayName[] = | 
|  2490     "Display the last used date of a credit card in autofill."; |  2496     "Display the last used date of a credit card in autofill."; | 
|  2491  |  2497  | 
|  2492 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = |  2498 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = | 
|  2493     "If enabled, display the last used date of a credit card in autofill."; |  2499     "If enabled, display the last used date of a credit card in autofill."; | 
|  2494  |  2500  | 
|  2495 const char kEnableAutofillCreditCardUploadCvcPromptName[] = |  2501 const char kEnableAutofillCreditCardUploadCvcPromptName[] = | 
|  2496     "Enable requesting missing CVC during Autofill credit card upload"; |  2502     "Enable requesting missing CVC during Autofill credit card upload"; | 
|  2497  |  2503  | 
|  2498 const char kEnableAutofillCreditCardUploadCvcPromptDescription[] = |  2504 const char kEnableAutofillCreditCardUploadCvcPromptDescription[] = | 
| (...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  3233     "in non-sticky mode (do not change work area in non-sticky mode)."; |  3239     "in non-sticky mode (do not change work area in non-sticky mode)."; | 
|  3234  |  3240  | 
|  3235 const char kUiDevToolsName[] = "Enable native UI inspection"; |  3241 const char kUiDevToolsName[] = "Enable native UI inspection"; | 
|  3236 const char kUiDevToolsDescription[] = |  3242 const char kUiDevToolsDescription[] = | 
|  3237     "Enables inspection of native UI elements. For local inspection use " |  3243     "Enables inspection of native UI elements. For local inspection use " | 
|  3238     "chrome://inspect#other"; |  3244     "chrome://inspect#other"; | 
|  3239  |  3245  | 
|  3240 #endif  // defined(OS_CHROMEOS) |  3246 #endif  // defined(OS_CHROMEOS) | 
|  3241  |  3247  | 
|  3242 }  // namespace flag_descriptions |  3248 }  // namespace flag_descriptions | 
| OLD | NEW |