Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/chrome/content/aboutPrivateBrowsing.xhtml

Issue 29459615: Issue 5194 - Remove Tracking Protection from Private Browsing (Closed)
Patch Set: Removing tracking link Created June 12, 2017, 12:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mobile/android/base/widget/ContentSecurityDoorHanger.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/chrome/content/aboutPrivateBrowsing.xhtml
===================================================================
--- a/mobile/android/chrome/content/aboutPrivateBrowsing.xhtml
+++ b/mobile/android/chrome/content/aboutPrivateBrowsing.xhtml
@@ -23,21 +23,23 @@
<link rel="icon" type="image/png" href="chrome://branding/content/favicon32.png" />
<script type="application/javascript;version=1.8" src="chrome://browser/content/aboutPrivateBrowsing.js"></script>
</head>
<body class="private">
<img class="showPrivate masq" src="chrome://browser/skin/images/privatebrowsing-mask-and-shield.svg" />
<img class="showNormal masq" src="chrome://browser/skin/images/privatebrowsing-mask.png" />
- <h1 class="showPrivate">&privatebrowsingpage.title;<br />&privatebrowsingpage.title.private;</h1>
+ <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194 -->
+ <h1 class="showPrivate">&privatebrowsingpage.title;</h1>
<h1 class="showNormal">&privatebrowsingpage.title.normal1;</h1>
<div class="contentSection">
- <p class="showPrivate">&privatebrowsingpage.description.trackingProtection;<br /><br />&privatebrowsingpage.description.privateDetails;</p>
+ <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194 -->
+ <p class="showPrivate">&privatebrowsingpage.description.privateDetails;</p>
<p class="showNormal">&privatebrowsingpage.description.normal2;</p>
- <p class="showPrivate"><a href="https://support.mozilla.org/kb/private-browsing-firefox-android">&privatebrowsingpage.link.private;</a></p>
+ <!-- Removed Mozilla's private/tracking link. See https://issues.adblockplus.org/ticket/5194 -->
<p class="showNormal"><a href="#" id="newPrivateTabLink">&privatebrowsingpage.link.normal;</a></p>
</div>
</body>
</html>
« no previous file with comments | « mobile/android/base/widget/ContentSecurityDoorHanger.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld