Commit 919b538f authored by Jan Wilken Dörrie's avatar Jan Wilken Dörrie Committed by Commit Bot

[Passwords] Drop Default launchPasswordCheckup Impl

This change drops the default launchPasswordCheckup implementation,
since it is now implemented downstream.

Bug: 986317
Change-Id: I50d5a3d8c346b6f3d288bc167376f861dd460a67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777541Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691985}
parent 2fa30dea
...@@ -23,8 +23,5 @@ public interface GooglePasswordManagerUIProvider { ...@@ -23,8 +23,5 @@ public interface GooglePasswordManagerUIProvider {
* @param activity The activity from which to launch the Password Checkup. * @param activity The activity from which to launch the Password Checkup.
* @return Whether launching the Password Checkup was possible or not. * @return Whether launching the Password Checkup was possible or not.
**/ **/
// TODO(crbug.com/986317): Drop the default action once the method is implemented downstream. boolean launchPasswordCheckup(Activity activity);
default boolean launchPasswordCheckup(Activity activity) {
return false;
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment