Chromium Code Reviews| Index: chrome/common/chrome_switches.cc | 
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc | 
| index 5bc2188f5b9221e6a960170f4e90688e9fd8cefa..6a1f5cc7dd3ccb8fb25fb4f02adb927b5040f3d6 100644 | 
| --- a/chrome/common/chrome_switches.cc | 
| +++ b/chrome/common/chrome_switches.cc | 
| @@ -798,6 +798,9 @@ const char kManualEnhancedBookmarks[] = "manual-enhanced-bookmarks"; | 
| const char kManualEnhancedBookmarksOptout[] = | 
| "manual-enhanced-bookmarks-optout"; | 
| +// Use to opt-in to marking HTTP as non-secure. | 
| +const char kMarkHttpAsNonSecure[] = "mark-http-as-non-secure"; | 
| 
 
jww
2014/12/20 01:21:57
nit: If I'm not mistaken, another one of those fil
 
palmer
2014/12/20 01:59:53
Done.
 
 | 
| + | 
| // Forces the maximum disk space to be used by the media cache, in bytes. | 
| const char kMediaCacheSize[] = "media-cache-size"; |