| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 48a42919cee41291634b42acd14585b9b785528e..092c94da3baa6259efb11d88f0f4e5b6314bf6e9 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -258,7 +258,7 @@ const char kDisableSessionStorage[] = "disable-session-storage";
|
| // Disable the setuid sandbox (Linux only).
|
| const char kDisableSetuidSandbox[] = "disable-setuid-sandbox";
|
|
|
| -// Enable shared workers. Functionality not yet complete.
|
| +// Disable shared workers.
|
| const char kDisableSharedWorkers[] = "disable-shared-workers";
|
|
|
| // Disables site-specific tailoring to compatibility issues in WebKit.
|
|
|