Commit 1dc6265c authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

Chrome OS First Run: Change Goodies URL

Looks like original redirect was removed (cl/181760069)

Bug: none
Test: manual
Change-Id: Ie9c12d102e73989ee4cc32e05a0a8c5f2d174d12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774444
Auto-Submit: Roman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Alexander Alekseev <alemate@chromium.org>
Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692896}
parent 0fde5f4a
......@@ -65,7 +65,7 @@ void UpdateGoodiesPrefCantShow(bool can_show_goodies) {
} // namespace
const char GoodiesDisplayer::kGoodiesURL[] =
"https://www.google.com/chrome/devices/goodies.html";
"https://www.google.com/chromebook/offers/";
GoodiesDisplayer::GoodiesDisplayer() {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
......
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