| 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 325220c52e68be3bcb1bd8bb7e2e7cc0f3084755..434d539ea6ca1a40bbc4e6802ad06f0ff9f7be32 100644
|
| --- a/chrome/common/extensions/extension_manifest_constants.cc
|
| +++ b/chrome/common/extensions/extension_manifest_constants.cc
|
| @@ -125,6 +125,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";
|
|
|