Chromium Code Reviews| Index: chrome/browser/flag_descriptions.h |
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
| index c11429fd5fe19002ab3842687db5cf1af9cc725a..6d209efa8717ca7a48d52e40e132102efe2d0b6c 100644 |
| --- a/chrome/browser/flag_descriptions.h |
| +++ b/chrome/browser/flag_descriptions.h |
| @@ -1664,6 +1664,17 @@ extern const char kEnableAppcontainerDescription[]; |
| #endif // defined(OS_WIN) |
| +#if defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS)) |
| + |
| +// Name of the flag to enable the Certificate Viewer button on the Page Info UI. |
| +extern const char kShowCertButtonOnPageInfoName[]; |
|
lgarron
2017/04/05 02:06:25
ditto
elawrence
2017/04/06 01:06:11
Done.
|
| + |
| +// Description of the flag to enable the Certificate Viewer button on the Page |
| +// Info UI. |
| +extern const char kShowCertButtonOnPageInfoDescription[]; |
| + |
| +#endif // defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS)) |
| + |
| #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| // Name of the flag to enable uploading Autofill credit cards. |