Hooking up Android inline notification replies end-to-end
- This part captures the remote input and sends it from java to native code, where it is already hooked up from PlatformNotificationServiceImpl onwards.
- Also added an end-to-end test to check reply is sent all the way through to the javascript notificationclick event.
- Feature is only supported by Android N+ and Android Wear K+, and currently is still hidden behind experimental_web_platform_features flag.
Committed:
https://crrev.com/d469d710efef5c56381c67cef9c23db402290b8c
Cr-Commit-Position: refs/heads/master@{#425722}