Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 53bcd053fdb91d400aa8916b326f188d582bdf48..9df63b92117034edabd08922e4783646e2d0695f 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -755,6 +755,9 @@ const char kSavePageAsMHTML[] = "save-page-as-mhtml"; |
// If true the app list will be shown. |
const char kShowAppList[] = "show-app-list"; |
+// If true the Certificate link will be shown in Page Info for HTTPS pages. |
+const char kShowCertLink[] = "show-cert-link"; |
+ |
// Does not show an infobar when an extension attaches to a page using |
// chrome.debugger page. Required to attach to extension background pages. |
const char kSilentDebuggerExtensionAPI[] = "silent-debugger-extension-api"; |