| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 6ff65e8562282fa18bdb5db859f61a945f7cc3fb..43a6d640baa31a7e014e3686e090e724b643ea91 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -98,9 +98,6 @@ const char kDisableLayerSquashing[] =
|
| const char kDisableAcceleratedVideoDecode[] =
|
| "disable-accelerated-video-decode";
|
|
|
| -// Disables the alternate window station for the renderer.
|
| -const char kDisableAltWinstation[] = "disable-winsta";
|
| -
|
| // Disable the ApplicationCache.
|
| const char kDisableApplicationCache[] = "disable-application-cache";
|
|
|
|
|