| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e6777ac9e0aa75c104bf3057a434b399a979ee4b..9701686c43b0543102cb1db1fc8aae88541a3d99 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -780,6 +780,12 @@ 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 kMarkNonSecureAs[] = "mark-non-secure-as";
|
| +const char kMarkNonSecureAsNeutral[] = "neutral";
|
| +const char kMarkNonSecureAsDubious[] = "dubious";
|
| +const char kMarkNonSecureAsNonSecure[] = "non-secure";
|
| +
|
| // Forces the maximum disk space to be used by the media cache, in bytes.
|
| const char kMediaCacheSize[] = "media-cache-size";
|
|
|
|
|