Commit 3f45231d authored by Aidan Beggs's avatar Aidan Beggs Committed by Commit Bot

Change Help Center URL to use p-link in Android Connection Info.

This CL updates the URL only for Android to no longer use an answer ID.
P-links allow easier tracking and prevent us from deprecating a link
that's still used in-product.

Bug: 703445
Change-Id: I2bb405e99ef230229a38aab8fa01ae3e5995486d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810840Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarJoe DeBlasio <jdeblasio@chromium.org>
Commit-Queue: Aidan Beggs <beggs@google.com>
Cr-Commit-Position: refs/heads/master@{#697732}
parent 943643dd
...@@ -42,7 +42,7 @@ public class ConnectionInfoPopup implements OnClickListener, ModalDialogProperti ...@@ -42,7 +42,7 @@ public class ConnectionInfoPopup implements OnClickListener, ModalDialogProperti
private static final String TAG = "ConnectionInfoPopup"; private static final String TAG = "ConnectionInfoPopup";
private static final String HELP_URL = private static final String HELP_URL =
"https://support.google.com/chrome/answer/95617"; "https://support.google.com/chrome?p=android_connection_info";
private final Context mContext; private final Context mContext;
private final ModalDialogManager mModalDialogManager; private final ModalDialogManager mModalDialogManager;
......
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