Commit 78b87f71 authored by Justin Cohen's avatar Justin Cohen Committed by Commit Bot

[ios] Update privacy notice url.

Bug: 786913
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: I7c5ead72b584672fd322d9b74a0b24b40d958797
Reviewed-on: https://chromium-review.googlesource.com/882061
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Reviewed-by: default avatarPeter Lee <pkl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532718}
parent c895ee16
......@@ -185,7 +185,7 @@ const BOOL kDefaultStatsCheckboxValue = YES;
self.didTapPrivacyLink = YES;
NSString* title = l10n_util::GetNSString(IDS_IOS_FIRSTRUN_PRIVACY_TITLE);
NSURL* privacyUrl = net::NSURLWithGURL(
GURL("https://www.google.com/chrome/browser/privacy/"));
GURL("https://www.google.com/chrome/privacy-plain.html"));
[self openStaticFileWithURL:privacyUrl title:title];
[self.navigationController setDelegate:self];
}
......
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