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

Unified Diff: services/shape_detection/barcode_detection_impl_mac.mm

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . 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: services/shape_detection/barcode_detection_impl_mac.mm
diff --git a/services/shape_detection/barcode_detection_impl_mac.mm b/services/shape_detection/barcode_detection_impl_mac.mm
index ec0ac0bb6219482cdf7e8124cc9dfa566a7470cd..777945f2dcf2f48cd1f7b39006cba50b92d03b08 100644
--- a/services/shape_detection/barcode_detection_impl_mac.mm
+++ b/services/shape_detection/barcode_detection_impl_mac.mm
@@ -33,6 +33,7 @@ void RunCallbackWithNoBarcodes(
// static
void BarcodeDetectionImpl::Create(
+ const service_manager::BindSourceInfo& source_info,
shape_detection::mojom::BarcodeDetectionRequest request) {
// Barcode detection needs at least MAC OS X 10.10.
if (!base::mac::IsAtLeastOS10_10())
« no previous file with comments | « services/shape_detection/barcode_detection_impl.cc ('k') | services/shape_detection/face_detection_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698