commit | 477d71585cfb8ebd22bbfd6b82e195535d59a3d0 | [log] [tgz] |
---|---|---|
author | Hailey Wang <[email protected]> | Thu Apr 04 20:16:38 2024 |
committer | Chromium LUCI CQ <[email protected]> | Thu Apr 04 20:16:38 2024 |
tree | b6ea064590df6817ade2992d51bdb1d6a76100b6 | |
parent | badf8561d35b040f0ebef3adda7c1ec1ce304de9 [diff] [blame] |
[Data Sharing] Open tab switcher with intent Notification prototype for Data Sharing invitations. When the data sharing notification is clicked, open TabSwitcher view instead of the overview page. DD:https://docs.google.com/document/d/1pKwfu5O71pPxl5DhDw7RvrWIXFHlPmvzp83YkcJWE3w/edit?usp=sharing&resourcekey=0-EHLJYGsQgtfLAnF7LQAQMg Bug: b/329155961 Change-Id: Ia6f4e81bd69adf0f14608b35f19160b16a812561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5381621 Reviewed-by: Michael Thiessen <[email protected]> Reviewed-by: Shakti Sahu <[email protected]> Commit-Queue: Hailey Wang <[email protected]> Cr-Commit-Position: refs/heads/main@{#1282714}
diff --git a/chrome/browser/data_sharing/BUILD.gn b/chrome/browser/data_sharing/BUILD.gn index 6c7b767..fba43509 100644 --- a/chrome/browser/data_sharing/BUILD.gn +++ b/chrome/browser/data_sharing/BUILD.gn
@@ -45,6 +45,8 @@ deps = [ ":java_resources", + "//base:base_java", + "//chrome/browser/android/intents:java", "//chrome/browser/notifications:java", "//chrome/browser/ui/android/strings:ui_strings_grd", "//components/browser_ui/notifications/android:java",