| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 63849686f65b541af16adc162d34dae2e8f5bbcc..cd39eefbe2fbdbbcaf50f5bc2938588aa9260fbc 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -807,6 +807,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";
|
| +
|
| // Forces the maximum disk space to be used by the media cache, in bytes.
|
| const char kMediaCacheSize[] = "media-cache-size";
|
|
|
|
|