summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/about_flags.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 2d13eb2..6173d60 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -144,6 +144,13 @@ const Experiment kExperiments[] = {
switches::kEnablePrintPreview
},
{
+ "enable-nacl", // Do not change; see above.
+ IDS_FLAGS_ENABLE_NACL_NAME,
+ IDS_FLAGS_ENABLE_NACL_DESCRIPTION,
+ kOsAll,
+ switches::kEnableNaCl
+ },
+ {
"dns-server",
IDS_FLAGS_DNS_SERVER_NAME,
IDS_FLAGS_DNS_SERVER_DESCRIPTION,