Adds onboarding/reminders to deep_link_util.
Reminders is classified a web deep link, so it automatically will open in the AssistantWebView (though we are only providing placeholder content for the time being). Onboarding will be wired up in a follow up CL. This CL: - Adds IsAssistantOnboardingDeepLink API. - Adds IsAssistantRemindersDeepLink API. - Adds ParseDeepLinkParams API. Some deep links, like onboarding, will have parameters and so I've added a method to parse parameters from a provided deep link and to return them in a provided map. - Adds unit tests. Bug: b:110986528 Change-Id: Ic17c625bd4b6869a256e1df09b4740fd2b6f1ee0 Reviewed-on: https://chromium-review.googlesource.com/1121581Reviewed-by:Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#573401}
Showing
Please register or sign in to comment