Index: chrome/common/extensions/extension.cc |
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc |
index ecd638d0f0953f99d1194b6ddf25bdd45d0912fd..01224d2cecf8d0dd9b7aaaa4eedfccdfc30d338f 100644 |
--- a/chrome/common/extensions/extension.cc |
+++ b/chrome/common/extensions/extension.cc |
@@ -2430,8 +2430,8 @@ bool Extension::InitFromValue(const DictionaryValue& source, int flags, |
} |
} |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableExperimentalExtensionApis) && |
+ if (/*CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kEnableExperimentalExtensionApis) &&*/ |
source.HasKey(keys::kInputComponents)) { |
ListValue* list_value = NULL; |
if (!source.GetList(keys::kInputComponents, &list_value)) { |