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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2737413004: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Add Cocoa, Fix MaxViews, Add Flag Created 3 years, 9 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..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[] =

Powered by Google App Engine
This is Rietveld 408576698