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

Unified Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2620083002: Shape Detection: Move mojom interface to //services (Closed)
Patch Set: 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: chrome/browser/chrome_content_browser_manifest_overlay.json
diff --git a/chrome/browser/chrome_content_browser_manifest_overlay.json b/chrome/browser/chrome_content_browser_manifest_overlay.json
index 427fa05fd64b01219f87facf5dd4f6d224a02868..30087f52973baa86855504e04554b8851807e19b 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -57,9 +57,7 @@
"renderer": [
"autofill::mojom::AutofillDriver",
"autofill::mojom::PasswordManagerDriver",
- "blink::mojom::BarcodeDetection",
"blink::mojom::ShareService",
- "blink::mojom::TextDetection",
"bluetooth::mojom::AdapterFactory",
"device::usb::ChooserService",
"device::usb::DeviceManager",
@@ -71,6 +69,8 @@
"media_router::mojom::MediaRouter",
"mojom::OmniboxPageHandler",
"password_manager::mojom::CredentialManager",
+ "shape_detection::mojom::BarcodeDetection",
+ "shape_detection::mojom::TextDetection",
"translate::mojom::ContentTranslateDriver",
// TODO(beng): These should be moved to a separate capability.

Powered by Google App Engine
This is Rietveld 408576698