Commit 58645ba7 authored by Tim Sergeant's avatar Tim Sergeant Committed by Commit Bot

[WebLayer] Make GoogleAccountsParams constructor public

This is necessary for mocking calls to `onGoogleAccountsRequest` in
tests.

Change-Id: Ia7a99ce052071b8728f30710491194d8da6a8b96
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2396158
Auto-Submit: Tim Sergeant <tsergeant@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarClark DuVall <cduvall@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804971}
parent 43305bfc
...@@ -34,8 +34,8 @@ public class GoogleAccountsParams { ...@@ -34,8 +34,8 @@ public class GoogleAccountsParams {
*/ */
public final boolean isSameTab; public final boolean isSameTab;
GoogleAccountsParams(@GoogleAccountServiceType int serviceType, String email, Uri continueUri, public GoogleAccountsParams(@GoogleAccountServiceType int serviceType, String email,
boolean isSameTab) { Uri continueUri, boolean isSameTab) {
this.serviceType = serviceType; this.serviceType = serviceType;
this.email = email; this.email = email;
this.continueUri = continueUri; this.continueUri = continueUri;
......
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