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

Unified Diff: services/shape_detection/text_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
« no previous file with comments | « services/shape_detection/text_detection_impl.h ('k') | services/shape_detection/text_detection_impl_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shape_detection/text_detection_impl.cc
diff --git a/services/shape_detection/text_detection_impl.cc b/services/shape_detection/text_detection_impl.cc
index c5a3f091ba2166b77577d8d17a6004b98335a4a8..67d73a324693e40454f7d92c6e6be7364150e0eb 100644
--- a/services/shape_detection/text_detection_impl.cc
+++ b/services/shape_detection/text_detection_impl.cc
@@ -7,7 +7,9 @@
namespace shape_detection {
// static
-void TextDetectionImpl::Create(mojom::TextDetectionRequest request) {
+void TextDetectionImpl::Create(
+ const service_manager::BindSourceInfo& source_info,
+ mojom::TextDetectionRequest request) {
DLOG(ERROR) << "Platform not supported for Text Detection Service.";
}
« no previous file with comments | « services/shape_detection/text_detection_impl.h ('k') | services/shape_detection/text_detection_impl_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698