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

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

Issue 12381035: Move Mime type handling to streamsPrivate API, so that it works on Desktop Chrome. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix base files Created 7 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/api/extension_api.cc
diff --git a/chrome/common/extensions/api/extension_api.cc b/chrome/common/extensions/api/extension_api.cc
index 7515c1c0fbfc6dacab868a7f2b99c9e7dc1c1950..3a0161d056e5b63ec2364086c3f8e3b1e7ce1141 100644
--- a/chrome/common/extensions/api/extension_api.cc
+++ b/chrome/common/extensions/api/extension_api.cc
@@ -382,6 +382,8 @@ void ExtensionAPI::InitDefaultConfiguration() {
IDR_EXTENSION_API_JSON_PROXY));
RegisterSchema("scriptBadge", ReadFromResource(
IDR_EXTENSION_API_JSON_SCRIPTBADGE));
+ RegisterSchema("streamsPrivate", ReadFromResource(
+ IDR_EXTENSION_API_JSON_STREAMSPRIVATE));
RegisterSchema("ttsEngine", ReadFromResource(
IDR_EXTENSION_API_JSON_TTSENGINE));
RegisterSchema("tts", ReadFromResource(

Powered by Google App Engine
This is Rietveld 408576698