DescriptionShape Detection: move {BarcodeDetectionImpl,TextDetectionImpl}.java to //services/shape_detection
This CL:
- moves those two fellas (BarcodeDetectionImpl.java and
TextDetectionImpl.java) from //chrome to //services/shape_detection,
with some tiny adaptations.
- changes render_process_host_impl.cc to send requests to the
said service.
- adds a needed InterfaceRegistrar.java to //services/shape_detection
and some android-specific code to shape_detection_service.cc,
following the //services/device model (BatteryMonitor, concretely).
No new code or functionality is intended in the ...Impl.java
files (except a small change in testing for GMS presence).
BUG=718275
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.mac:mac_optional_gpu_tests_rel
Review-Url: https://codereview.chromium.org/2855203003
Cr-Commit-Position: refs/heads/master@{#469424}
Committed: https://chromium.googlesource.com/chromium/src/+/5b95074ff70c578c5eef6f1201f23acec24f29c8
Patch Set 1 #
Total comments: 2
Patch Set 2 : Make |java_interface_provider_| a std::unique_ptr<> #Messages
Total messages: 24 (14 generated)
|