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

Unified Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2528743002: Shape Detection: Implement FaceDetection on Mac as out-of-process service (Closed)
Patch Set: Launch shape detection service as a utility process Created 3 years, 11 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: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index e31bd29096afcb5f68d5b84a4ceb467b1a12df32..da9f8109536b450e1434e728fb26a7da10086c72 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -55,7 +55,11 @@
"service_manager:user_id"
],
"file": [ "file:filesystem", "file:leveldb" ],
- "media": [ "media:media" ]
+ "media": [ "media:media" ],
+ "shape_detection": [
+ "barcode_detection",
+ "face_detection"
+ ]
}
},
"navigation:frame": {

Powered by Google App Engine
This is Rietveld 408576698