Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: chrome/common/extensions/api/extension_api.cc

Issue 10834261: Move chrome.experimental.app.onLaunched event handler to chrome.app.runtime.onLaunched. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced/merged, resolved conflicts. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698