Commit 1c4f0c5f authored by Timothy Loh's avatar Timothy Loh Committed by Chromium LUCI CQ

Update link for Plugin VM HC article

Bug: b:163432680
Change-Id: Ief9324452d082dfe4f94e8e9bc7d2bbb998b07ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584630Reviewed-by: default avatarJason Lin <lxj@google.com>
Commit-Queue: Timothy Loh <timloh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836865}
parent 591a1d8e
...@@ -228,9 +228,9 @@ void PluginVmInstallerView::OnStateUpdated(InstallingState new_state) { ...@@ -228,9 +228,9 @@ void PluginVmInstallerView::OnStateUpdated(InstallingState new_state) {
} }
void PluginVmInstallerView::OnLinkClicked() { void PluginVmInstallerView::OnLinkClicked() {
NavigateParams params( NavigateParams params(profile_,
profile_, GURL("https://support.google.com/chromebook/?p=pluginvm"), GURL("https://support.google.com/chrome/a/?p=pluginvm"),
ui::PAGE_TRANSITION_LINK); ui::PAGE_TRANSITION_LINK);
params.disposition = WindowOpenDisposition::NEW_FOREGROUND_TAB; params.disposition = WindowOpenDisposition::NEW_FOREGROUND_TAB;
Navigate(&params); Navigate(&params);
} }
......
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