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

Unified Diff: chrome/browser/about_flags.cc

Issue 13936002: Add a runtime flag to enable an experimental WebSocket implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move the switch from cc to content Created 7 years, 8 months 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c7614770138773613affd0be1cc791ae4cb661e1..d4c75ed9b64f26091c0017c4846a7b4086552ed6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1258,6 +1258,13 @@ const Experiment kExperiments[] = {
MULTI_VALUE_TYPE(kMaxPrepaintTileDistanceChoices)
},
{
+ "enable-websocket-experimental-implementation",
+ IDS_FLAGS_ENABLE_EXPERIMENTAL_WEBSOCKET_NAME,
+ IDS_FLAGS_ENABLE_EXPERIMENTAL_WEBSOCKET_DESCRIPTION,
+ kOsLinux,
Adam Rice 2013/04/09 12:21:45 I think this can be kOsDesktop or maybe even kOsAl
yhirano 2013/04/10 00:52:45 Done.
+ SINGLE_VALUE_TYPE(switches::kEnableExperimentalWebSocket)
+ },
+ {
"max-tiles-for-interest-area",
IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_NAME,
IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698