Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index a218d4e710c6c8e7592b5cd416f4dc3e9c3b0c43..c168e36d86ed4f40f99a86716280a4a045442b71 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -219,6 +219,10 @@ extern const char kLoadExtension[]; |
extern const char kMakeDefaultBrowser[]; |
extern const char kManualEnhancedBookmarks[]; |
extern const char kManualEnhancedBookmarksOptout[]; |
+extern const char kMarkNonSecureAs[]; |
+extern const char kMarkNonSecureAsNeutral[]; |
+extern const char kMarkNonSecureAsDubious[]; |
+extern const char kMarkNonSecureAsNonSecure[]; |
extern const char kMediaCacheSize[]; |
extern const char kMessageLoopHistogrammer[]; |
extern const char kMetricsRecordingOnly[]; |