Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5925)

Unified Diff: chrome/common/chrome_switches.cc

Issue 395006: Turn on shared workers by default (remove --enable-shared-workers, replace with (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/renderer_webkitclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/renderer_webkitclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698