Index: chrome/common/extensions/extension_manifest_constants.cc |
diff --git a/chrome/common/extensions/extension_manifest_constants.cc b/chrome/common/extensions/extension_manifest_constants.cc |
index 8364697550d8b06a1012293d018e8df5a853e19f..094c466665cb9d388e81df99f350b40a0ceded5d 100644 |
--- a/chrome/common/extensions/extension_manifest_constants.cc |
+++ b/chrome/common/extensions/extension_manifest_constants.cc |
@@ -331,8 +331,6 @@ const char kInvalidInputComponentDescription[] = |
"Invalid value for 'input_components[*].description"; |
const char kInvalidInputComponentLayoutName[] = |
"Invalid value for 'input_components[*].layouts[*]"; |
-const char kInvalidInputComponentLayouts[] = |
- "Invalid value for 'input_components[*].layouts"; |
const char kInvalidInputComponentName[] = |
"Invalid value for 'input_components[*].name"; |
const char kInvalidInputComponentShortcutKey[] = |