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 c91840fb4efebf6cf64c3a15944abbcd47f7d1ff..98a784c80cacccc3474f246d5e2becd61033be67 100644 |
--- a/chrome/common/extensions/extension_manifest_constants.cc |
+++ b/chrome/common/extensions/extension_manifest_constants.cc |
@@ -119,6 +119,7 @@ const char kSpellcheckDictionaryFormat[] = "dictionary_format"; |
const char kSpellcheckDictionaryLanguage[] = "dictionary_language"; |
const char kSpellcheckDictionaryLocale[] = "dictionary_locale"; |
const char kSpellcheckDictionaryPath[] = "dictionary_path"; |
+const char kStorageManagedSchema[] = "storage.managed_schema"; |
const char kSuggestedKey[] = "suggested_key"; |
const char kSystemIndicator[] = "system_indicator"; |
const char kSystemInfoDisplay[] = "systemInfo.display"; |