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

Unified Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2821723002: Move classes in the device.usb Mojo namespace to device.mojom (Closed)
Patch Set: fix usb_descriptors_fuzzer Created 3 years, 8 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 8ff629358103d8855efdd71c2a2535c9c98c1802..3aac74773a5a6d10ea40ca4d15f656612ac37122 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -41,8 +41,8 @@
"bluetooth::mojom::AdapterFactory",
"chrome::mojom::PrerenderCanceler",
"chrome::mojom::OpenSearchDocumentDescriptionHandler",
mcasas 2017/04/14 22:00:46 Oh, this one should go before the previous line.
Reilly Grant (use Gerrit) 2017/04/14 22:15:30 Done.
- "device::usb::ChooserService",
- "device::usb::DeviceManager",
+ "device::mojom::UsbChooserService",
+ "device::mojom::UsbDeviceManager",
"contextual_search::mojom::ContextualSearchJsApiService",
mcasas 2017/04/14 22:00:46 Ugh and this should go in l.43.
Reilly Grant (use Gerrit) 2017/04/14 22:15:30 Done.
"dom_distiller::mojom::DistillabilityService",
"dom_distiller::mojom::DistillerJavaScriptService",

Powered by Google App Engine
This is Rietveld 408576698