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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2862041: Remove abonded privacy blacklist implementation. (Closed)
Patch Set: fix unit tests Created 10 years, 5 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 | « no previous file | chrome/browser/browser_prefs.cc » ('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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 7361 matching lines...) Expand 10 before | Expand all | Expand 10 after
7372 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog."> 7372 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog.">
7373 Save File 7373 Save File
7374 </message> 7374 </message>
7375 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file)."> 7375 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file).">
7376 Open File 7376 Open File
7377 </message> 7377 </message>
7378 <message name="IDS_OPEN_FILES_DIALOG_TITLE" desc="The default title for the Open File file chooser dialog (multiple files)."> 7378 <message name="IDS_OPEN_FILES_DIALOG_TITLE" desc="The default title for the Open File file chooser dialog (multiple files).">
7379 Open Files 7379 Open Files
7380 </message> 7380 </message>
7381 7381
7382 <!-- Privacy Blacklist -->
7383 <message name="IDS_BLACKLIST_TITLE" desc="Title of the page displayed when a page is blocked.">
7384 Blocked Resource
7385 </message>
7386 <message name="IDS_BLACKLIST_MESSAGE" desc="Message shown instead of a block ed element.">
7387 The following Privacy Blacklists prevented this content from showing:
7388 </message>
7389
7390 <!-- Geolocation messages --> 7382 <!-- Geolocation messages -->
7391 <message name="IDS_GEOLOCATION_INFOBAR_QUESTION" desc="Question asked on the info bar whenever URL wants to access the user's physical location"> 7383 <message name="IDS_GEOLOCATION_INFOBAR_QUESTION" desc="Question asked on the info bar whenever URL wants to access the user's physical location">
7392 <ph name="URL"> 7384 <ph name="URL">
7393 $1<ex>maps.google.com</ex> 7385 $1<ex>maps.google.com</ex>
7394 </ph> wants to track your physical location 7386 </ph> wants to track your physical location
7395 </message> 7387 </message>
7396 <message name="IDS_GEOLOCATION_INFOBAR_EMBEDDED_QUESTION" desc="Question ask ed on the info bar whenever embedded content from URL wants to access the user's physical location while on the current page"> 7388 <message name="IDS_GEOLOCATION_INFOBAR_EMBEDDED_QUESTION" desc="Question ask ed on the info bar whenever embedded content from URL wants to access the user's physical location while on the current page">
7397 <ph name="URL"> 7389 <ph name="URL">
7398 $1<ex>maps.google.com</ex> 7390 $1<ex>maps.google.com</ex>
7399 </ph> wants to track your location while on this site. 7391 </ph> wants to track your location while on this site.
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
8639 8631
8640 </messages> 8632 </messages>
8641 8633
8642 <structures first_id="50000" fallback_to_english="true"> 8634 <structures first_id="50000" fallback_to_english="true">
8643 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8635 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8644 </structure> 8636 </structure>
8645 </structures> 8637 </structures>
8646 8638
8647 </release> 8639 </release>
8648 </grit> 8640 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698