Skip to content

Commit

Permalink
Android TOS: Change Google TOS link to an embedded URL.
Browse files Browse the repository at this point in the history
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/+/2582626
Reviewed-by: Wenyu Fu <wenyufu@chromium.org>
Reviewed-by: Sky Malice <skym@chromium.org>
Reviewed-by: Joe Downing <joedow@chromium.org>
Commit-Queue: Xing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835372}
  • Loading branch information
Xing Liu authored and Chromium LUCI CQ committed Dec 9, 2020
1 parent 1f86b5e commit d44838f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ Your Google account may have other forms of browsing history like searches and a
Google Terms of Service
</message>
<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 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* The Activity for showing the terms of service.
*/
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() {
super(R.string.terms_of_service, TOS_URL);
Expand Down

0 comments on commit d44838f

Please sign in to comment.