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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2737413004: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Add subviews Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
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[] =

Powered by Google App Engine
This is Rietveld 408576698