| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 7bfe7f132a103cd7f7d1ae8e2c075f57265ef5a0..ee64407b058eeac8bb3d94e4ebe79b5322d0b19d 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -203,6 +203,7 @@
|
| #include "services/service_manager/public/cpp/service.h"
|
| #include "storage/browser/fileapi/external_mount_points.h"
|
| #include "third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom.h"
|
| +#include "third_party/WebKit/public/platform/modules/shapedetection/textdetection.mojom.h"
|
| #include "third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| @@ -3045,6 +3046,9 @@ void ChromeContentBrowserClient::RegisterRenderFrameMojoInterfaces(
|
| registry->AddInterface(
|
| web_contents->GetJavaInterfaces()
|
| ->CreateInterfaceFactory<blink::mojom::BarcodeDetection>());
|
| + registry->AddInterface(
|
| + web_contents->GetJavaInterfaces()
|
| + ->CreateInterfaceFactory<blink::mojom::TextDetection>());
|
| }
|
| }
|
| #endif
|
|
|