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

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

Issue 22584002: Move processes API to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased again Created 7 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 5aea19f1c9396f496ed9830de1da49f55c7a34f1..cd1e4a003fb8ff429777155d381175e202f4877f 100644
--- a/chrome/common/extensions/api/extension_api.cc
+++ b/chrome/common/extensions/api/extension_api.cc
@@ -243,8 +243,6 @@ void ExtensionAPI::InitDefaultConfiguration() {
IDR_EXTENSION_API_JSON_DECLARATIVE_WEBREQUEST);
RegisterSchemaResource("experimental.input.virtualKeyboard",
IDR_EXTENSION_API_JSON_EXPERIMENTAL_INPUT_VIRTUALKEYBOARD);
- RegisterSchemaResource("experimental.processes",
- IDR_EXTENSION_API_JSON_EXPERIMENTAL_PROCESSES);
RegisterSchemaResource("experimental.rlz",
IDR_EXTENSION_API_JSON_EXPERIMENTAL_RLZ);
RegisterSchemaResource("runtime", IDR_EXTENSION_API_JSON_RUNTIME);
@@ -257,6 +255,7 @@ void ExtensionAPI::InitDefaultConfiguration() {
RegisterSchemaResource("pageAction", IDR_EXTENSION_API_JSON_PAGEACTION);
RegisterSchemaResource("pageActions", IDR_EXTENSION_API_JSON_PAGEACTIONS);
RegisterSchemaResource("privacy", IDR_EXTENSION_API_JSON_PRIVACY);
+ RegisterSchemaResource("processes", IDR_EXTENSION_API_JSON_PROCESSES);
RegisterSchemaResource("proxy", IDR_EXTENSION_API_JSON_PROXY);
RegisterSchemaResource("scriptBadge", IDR_EXTENSION_API_JSON_SCRIPTBADGE);
RegisterSchemaResource("streamsPrivate",
« no previous file with comments | « chrome/common/extensions/api/experimental_processes.json ('k') | chrome/common/extensions/api/processes.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698