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

Unified Diff: services/shape_detection/barcode_detection_impl.cc

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.cc
diff --git a/services/shape_detection/barcode_detection_impl.cc b/services/shape_detection/barcode_detection_impl.cc
index edfb6b4d7b74433b9c896b3fde9ec079807876d8..e8847e3c29df59ec73b0b23c2549dbee8b6e7b72 100644
--- a/services/shape_detection/barcode_detection_impl.cc
+++ b/services/shape_detection/barcode_detection_impl.cc
@@ -8,6 +8,7 @@ namespace shape_detection {
// static
void BarcodeDetectionImpl::Create(
+ const service_manager::BindSourceInfo& source_info,
shape_detection::mojom::BarcodeDetectionRequest request) {
DLOG(ERROR) << "Platform not supported for Barcode Detection Service.";
}
« no previous file with comments | « services/shape_detection/barcode_detection_impl.h ('k') | services/shape_detection/barcode_detection_impl_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698