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..d9395b56578f1fd5566481203728be2f7365b8d2 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. |
|
lgarron
2017/04/20 19:12:56
Nit: I like to put conceptually unrelated fixes in
elawrence
2017/04/27 14:56:34
Okay, I've re-misspelled this.
|
| 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 kShowCertLinkOnPageInfoName[] = "Show certificate link"; |
| + |
| +const char kShowCertLinkOnPageInfoDescription[] = |
| + "Add a link from the Page Info bubble to the certificate viewer for HTTPS " |
| + "sites."; |
| + |
| +#endif // defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS)) |
| + |
| #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| const char kAutofillCreditCardUploadName[] = |