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

Unified Diff: chrome/common/extensions/chrome_extensions_client.cc

Issue 1584473004: Migrate ProcessesEventRouter to the new task manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dispatch onCreated and onExited only for processes with valid child process host IDs Created 4 years, 10 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/chrome_extensions_client.cc
diff --git a/chrome/common/extensions/chrome_extensions_client.cc b/chrome/common/extensions/chrome_extensions_client.cc
index eb485b34c005408e0494c3fc54f5daaae029ec11..81d942ba5e109aa31ca07556ffd433a22668d48c 100644
--- a/chrome/common/extensions/chrome_extensions_client.cc
+++ b/chrome/common/extensions/chrome_extensions_client.cc
@@ -291,7 +291,6 @@ void ChromeExtensionsClient::RegisterAPISchemaResources(
IDR_EXTENSION_API_JSON_INPUTMETHODPRIVATE);
api->RegisterSchemaResource("pageAction", IDR_EXTENSION_API_JSON_PAGEACTION);
api->RegisterSchemaResource("privacy", IDR_EXTENSION_API_JSON_PRIVACY);
- api->RegisterSchemaResource("processes", IDR_EXTENSION_API_JSON_PROCESSES);
api->RegisterSchemaResource("proxy", IDR_EXTENSION_API_JSON_PROXY);
api->RegisterSchemaResource("ttsEngine", IDR_EXTENSION_API_JSON_TTSENGINE);
api->RegisterSchemaResource("tts", IDR_EXTENSION_API_JSON_TTS);

Powered by Google App Engine
This is Rietveld 408576698