| Index: chrome/common/extensions/api/extension_api.cc
|
| diff --git a/chrome/common/extensions/api/extension_api.cc b/chrome/common/extensions/api/extension_api.cc
|
| index d315a64bf35e682683c6649951c481290179b02d..32eef382c9461ed22ce655a7475501fc6f40c5c5 100644
|
| --- a/chrome/common/extensions/api/extension_api.cc
|
| +++ b/chrome/common/extensions/api/extension_api.cc
|
| @@ -357,6 +357,8 @@ void ExtensionAPI::InitDefaultConfiguration() {
|
| IDR_EXTENSION_API_JSON_EXPERIMENTAL_APP));
|
| RegisterSchema("experimental.bookmarkManager", ReadFromResource(
|
| IDR_EXTENSION_API_JSON_EXPERIMENTAL_BOOKMARKMANAGER));
|
| + RegisterSchema("experimental.discovery", ReadFromResource(
|
| + IDR_EXTENSION_API_JSON_EXPERIMENTAL_DISCOVERY));
|
| RegisterSchema("experimental.downloads", ReadFromResource(
|
| IDR_EXTENSION_API_JSON_EXPERIMENTAL_DOWNLOADS));
|
| RegisterSchema("experimental.fontSettings", ReadFromResource(
|
|
|