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

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

Issue 302663003: Fixed an old TODO to use IDS_PPAPI_BROKER_HEADER. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | chrome/browser/ui/webui/options/content_settings_handler.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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 7767 matching lines...) Expand 10 before | Expand all | Expand 10 after
7778 <message name="IDS_PROTECTED_CONTENT_ENABLE" desc="The label of the chec kbox for enabling protected content."> 7778 <message name="IDS_PROTECTED_CONTENT_ENABLE" desc="The label of the chec kbox for enabling protected content.">
7779 Allow identifiers for protected content (computer restart may be requi red) 7779 Allow identifiers for protected content (computer restart may be requi red)
7780 </message> 7780 </message>
7781 <message name="IDS_PROTECTED_CONTENT_HEADER" desc="Text label for the ma naging exceptions of Protected Content."> 7781 <message name="IDS_PROTECTED_CONTENT_HEADER" desc="Text label for the ma naging exceptions of Protected Content.">
7782 Protected content exceptions 7782 Protected content exceptions
7783 </message> 7783 </message>
7784 </if> 7784 </if>
7785 <message name="IDS_PPAPI_BROKER_TAB_LABEL" desc="Label for PPAPI broker ta b on Content Settings dialog"> 7785 <message name="IDS_PPAPI_BROKER_TAB_LABEL" desc="Label for PPAPI broker ta b on Content Settings dialog">
7786 Unsandboxed plug-in access 7786 Unsandboxed plug-in access
7787 </message> 7787 </message>
7788 <message name="IDS_PPAPI_BROKER_HEADER" desc="Label for PPAPI broker tab e xception management page on Content Settings dialog">
7789 Unsandboxed plug-in access exceptions
7790 </message>
7788 <message name="IDS_PPAPI_BROKER_ALLOW_RADIO" desc="A radio button in Conte nt Settings dialog to allow all sites to access the PPAPI broker."> 7791 <message name="IDS_PPAPI_BROKER_ALLOW_RADIO" desc="A radio button in Conte nt Settings dialog to allow all sites to access the PPAPI broker.">
7789 Allow all sites to use a plug-in to access your computer 7792 Allow all sites to use a plug-in to access your computer
7790 </message> 7793 </message>
7791 <message name="IDS_PPAPI_BROKER_BLOCK_RADIO" desc="A radio button in Conte nt Settings dialog to deny all sites to access the PPAPI broker."> 7794 <message name="IDS_PPAPI_BROKER_BLOCK_RADIO" desc="A radio button in Conte nt Settings dialog to deny all sites to access the PPAPI broker.">
7792 Do not allow any sites to use a plug-in to access your computer 7795 Do not allow any sites to use a plug-in to access your computer
7793 </message> 7796 </message>
7794 <message name="IDS_PPAPI_BROKER_ASK_RADIO" desc="A radio button in Content Settings dialog to allow site to query the permision to access the PPAPI broker ."> 7797 <message name="IDS_PPAPI_BROKER_ASK_RADIO" desc="A radio button in Content Settings dialog to allow site to query the permision to access the PPAPI broker .">
7795 Ask when a site wants to use a plug-in to access your computer (recommen ded) 7798 Ask when a site wants to use a plug-in to access your computer (recommen ded)
7796 </message> 7799 </message>
7797 7800
(...skipping 6361 matching lines...) Expand 10 before | Expand all | Expand 10 after
14159 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14160 Enforce (try to get hashes, and enforce them if successful) 14163 Enforce (try to get hashes, and enforce them if successful)
14161 </message> 14164 </message>
14162 14165
14163 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14166 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14164 Enforce strict (hard fail if we can't get hashes) 14167 Enforce strict (hard fail if we can't get hashes)
14165 </message> 14168 </message>
14166 </messages> 14169 </messages>
14167 </release> 14170 </release>
14168 </grit> 14171 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698