Commit d44838f7 authored by Xing Liu's avatar Xing Liu Committed by Chromium LUCI CQ

Android TOS: Change Google TOS link to an embedded URL.

TOS sites can't link to external sites. This CL swaps the Google TOS
URL.

The Chrome TOS link will be fixed in following CL, that we're waiting
on the new link.

Bug: 1157156
Change-Id: Ifc19b116993b962ee7b8163ebf4e674316a41687
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582626Reviewed-by: default avatarWenyu Fu <wenyufu@chromium.org>
Reviewed-by: default avatarSky Malice <skym@chromium.org>
Reviewed-by: default avatarJoe Downing <joedow@chromium.org>
Commit-Queue: Xing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835372}
parent 1f86b5e7
...@@ -1549,7 +1549,7 @@ Your Google account may have other forms of browsing history like searches and a ...@@ -1549,7 +1549,7 @@ Your Google account may have other forms of browsing history like searches and a
Google Terms of Service Google Terms of Service
</message> </message>
<message name="IDS_GOOGLE_TERMS_OF_SERVICE_URL" desc="URL for Google terms of service" translateable="false"> <message name="IDS_GOOGLE_TERMS_OF_SERVICE_URL" desc="URL for Google terms of service" translateable="false">
https://policies.google.com/terms https://policies.google.com/terms/embedded
</message> </message>
<message name="IDS_CHROME_ADDITIONAL_TERMS_OF_SERVICE_TITLE" desc="Title for Chrome and Chrome OS addtional terms of service"> <message name="IDS_CHROME_ADDITIONAL_TERMS_OF_SERVICE_TITLE" desc="Title for Chrome and Chrome OS addtional terms of service">
Chrome &amp; Chrome OS Additional Terms of Service Chrome &amp; Chrome OS Additional Terms of Service
......
...@@ -8,7 +8,7 @@ package org.chromium.chromoting; ...@@ -8,7 +8,7 @@ package org.chromium.chromoting;
* The Activity for showing the terms of service. * The Activity for showing the terms of service.
*/ */
public class TermsOfServiceActivity extends WebViewActivity { public class TermsOfServiceActivity extends WebViewActivity {
private static final String TOS_URL = "https://policies.google.com/terms"; private static final String TOS_URL = "https://policies.google.com/terms/embedded";
public TermsOfServiceActivity() { public TermsOfServiceActivity() {
super(R.string.terms_of_service, TOS_URL); super(R.string.terms_of_service, TOS_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