Chromium Code Reviews| Index: chrome/browser/flag_descriptions.cc |
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
| index 9ff4142425f93087a2d5f6b5ea50dbc7a5becd07..9298edcf25cdee8803db430c81ab5fd92d18e312 100644 |
| --- a/chrome/browser/flag_descriptions.cc |
| +++ b/chrome/browser/flag_descriptions.cc |
| @@ -198,7 +198,7 @@ const char kSavePageAsMhtmlDescription[] = |
| "Enables saving pages as MHTML: a single text file containing HTML and " |
| "all sub-resources."; |
| -// Flag and values for MHTML Geenrator options lab. |
| +// Flag and values for MHTML Generator options lab. |
| const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option"; |
| @@ -1523,6 +1523,16 @@ const char kEnableAppcontainerDescription[] = |
| #endif // defined(OS_WIN) |
| +#if defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS)) |
| + |
| +const char kShowCertButtonOnPageInfoName[] = "Show certificate button"; |
|
lgarron
2017/04/05 02:06:25
ditto
elawrence
2017/04/06 01:06:11
Done.
|
| + |
| +const char kShowCertButtonOnPageInfoDescription[] = |
| + "Shows a button that launches the certificate viewer from the Page " |
|
lgarron
2017/04/05 02:06:25
I would write: Add a link from the Page Info bubbl
elawrence
2017/04/06 01:06:11
Done.
|
| + "Information dropdown window on HTTPS sites."; |
|
lgarron
2017/04/05 02:06:25
I don't think we call it "dropdown window" anywher
elawrence
2017/04/06 01:06:10
Done.
|
| + |
| +#endif // defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS)) |
| + |
| #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| const char kAutofillCreditCardUploadName[] = |