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 c8e32955043ad29465afde16eac1a87e63bcc39d..46a68dd5375265dfd702f70dc509666a5f1d8716 100644 |
--- a/chrome/common/extensions/api/extension_api.cc |
+++ b/chrome/common/extensions/api/extension_api.cc |
@@ -344,6 +344,8 @@ void ExtensionAPI::InitDefaultConfiguration() { |
CHECK(unloaded_schemas_.empty()); |
RegisterSchema("app", ReadFromResource( |
IDR_EXTENSION_API_JSON_APP)); |
+ RegisterSchema("app.runtime", ReadFromResource( |
+ IDR_EXTENSION_API_JSON_APP_RUNTIME)); |
asargent_no_longer_on_chrome
2012/08/10 00:09:10
if you switch to an idl file, you will not need th
|
RegisterSchema("bookmarks", ReadFromResource( |
IDR_EXTENSION_API_JSON_BOOKMARKS)); |
RegisterSchema("browserAction", ReadFromResource( |