Commit 678e18e2 authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

Chrome OS OOBE: Use Gaia native navigation

Bug: 954572
Change-Id: Ic682f73b52a24c1acb0e40df200e0724160d2e82
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774447Reviewed-by: default avatarDenis Kuznetsov <antrim@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692033}
parent 77358799
...@@ -596,6 +596,9 @@ cr.define('cr.login', function() { ...@@ -596,6 +596,9 @@ cr.define('cr.login', function() {
if (data.ignoreCrOSIdpSetting === true) { if (data.ignoreCrOSIdpSetting === true) {
url = appendParam(url, 'ignoreCrOSIdpSetting', 'true'); url = appendParam(url, 'ignoreCrOSIdpSetting', 'true');
} }
if (data.enableGaiaActionButtons) {
url = appendParam(url, 'use_native_navigation', 1);
}
return url; return url;
} }
......
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