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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2846913002: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Fix merge conflict 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 4103afb7ca797f0243280628c2cb49d955ea4f87..4458cf40a492e746292399fd0d683f7aeceb5b16 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1739,6 +1739,17 @@ extern const char kEnableAppcontainerDescription[];
#endif // defined(OS_WIN)
+#if defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS))
+
+// Name of the flag to add the Certificate Viewer link to the Page Info UI.
+extern const char kShowCertLinkOnPageInfoName[];
+
+// Description of the flag to add the Certificate Viewer link to the Page
+// Info UI.
+extern const char kShowCertLinkOnPageInfoDescription[];
+
+#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.
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698