| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 216674d70da32bfb901fdbcbad6769a560705a77..063578154ece1e10cf2dbcce196078de225cd3eb 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -676,10 +676,6 @@ const char kNetLogCaptureMode[] = "net-log-capture-mode";
|
| // want to avoid having the default browser info-bar displayed.
|
| const char kNoDefaultBrowserCheck[] = "no-default-browser-check";
|
|
|
| -// By default, an https page can load images, fonts or frames from an http
|
| -// page. This switch overrides this to block this lesser mixed-content problem.
|
| -const char kNoDisplayingInsecureContent[] = "no-displaying-insecure-content";
|
| -
|
| // Disables all experiments set on about:flags. Does not disable about:flags
|
| // itself. Useful if an experiment makes chrome crash at startup: One can start
|
| // chrome with --no-experiments, disable the problematic lab at about:flags and
|
|
|