Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 6685d9ef0f0c8f55fc65d00e330be9a6c866f6c0..0be5d798bb9bde8ae24d467f9c130e9c805ec0f3 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -427,6 +427,13 @@ const Experiment kExperiments[] = { |
kOsAll, |
SINGLE_VALUE_TYPE(switches::kEnableExtensionAlerts) |
}, |
+ { |
+ "enable-http-pipelining", |
+ IDS_FLAGS_ENABLE_HTTP_PIPELINING_NAME, |
+ IDS_FLAGS_ENABLE_HTTP_PIPELINING_DESCRIPTION, |
+ kOsAll, |
+ SINGLE_VALUE_TYPE(switches::kEnableHttpPipelining) |
+ }, |
}; |
const Experiment* experiments = kExperiments; |