Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: chrome/app/settings_google_chrome_strings.grdp

Issue 1168793002: Add an initial implementation of the Privacy Page. No subpages yet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix a broken test Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/app/settings_chromium_strings.grdp ('k') | chrome/app/settings_strings.grdp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string s.grd). --> 2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string s.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Privacy Page -->
5 <message name="IDS_SETTINGS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the options panel that describes how we use web services to improve browsing experi ence.">
6 Google Chrome may use <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"& gt;</ph>web services<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph> to im prove your browsing experience. You may optionally disable these services at any time.
7 </message>
8
4 <!-- Sync Page --> 9 <!-- Sync Page -->
5 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the user that synced data is encrypted."> 10 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the user that synced data is encrypted.">
6 For added security, Google Chrome will encrypt your data. 11 For added security, Google Chrome will encrypt your data.
7 </message> 12 </message>
8 </grit-part> 13 </grit-part>
OLDNEW
« no previous file with comments | « chrome/app/settings_chromium_strings.grdp ('k') | chrome/app/settings_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698