| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d4230bcda0a6b33f520a76fe1d35c48e9b3f5090..ddd3ffa133e901d923b9113c35941d78421edf7f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -120,6 +120,9 @@ const char kDisablePopupBlocking[] = "disable-popup-blocking";
|
| // disable that check. This switch is used during automated testing.
|
| const char kDisablePromptOnRepost[] = "disable-prompt-on-repost";
|
|
|
| +// Enable shared workers. Functionality not yet complete.
|
| +const char kDisableSharedWorkers[] = "disable-shared-workers";
|
| +
|
| // Disable syncing bookmarks to a Google Account.
|
| const char kDisableSync[] = "disable-sync";
|
|
|
| @@ -220,9 +223,6 @@ const char kEnableSeccompSandbox[] = "enable-seccomp-sandbox";
|
| // Enable session storage. Still buggy.
|
| const char kEnableSessionStorage[] = "enable-session-storage";
|
|
|
| -// Enable shared workers. Functionality not yet complete.
|
| -const char kEnableSharedWorkers[] = "enable-shared-workers";
|
| -
|
| // Enables StatsTable, logging statistics to a global named shared memory table.
|
| const char kEnableStatsTable[] = "enable-stats-table";
|
|
|
|
|