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

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

Issue 2528743002: Shape Detection: Implement FaceDetection on Mac as out-of-process service (Closed)
Patch Set: Add explanatory comments, rebase Created 4 years 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_renderer_manifest.json
diff --git a/content/public/app/mojo/content_renderer_manifest.json b/content/public/app/mojo/content_renderer_manifest.json
index bcf3c2e10955df3dca611758827b7b02cb75c2a4..b092716ba51b9aea2224763ee9e0088264d0143c 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -20,7 +20,8 @@
"requires": {
"content_browser": [ "renderer" ],
"device": [ "device:time_zone_monitor" ],
- "ui": [ "ui:gpu_client" ]
+ "ui": [ "ui:gpu_client" ],
+ "shape_detection": [ "face_detection", "barcode_detection" ]
}
},
"navigation:frame": {

Powered by Google App Engine
This is Rietveld 408576698