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

Side by Side Diff: extensions/extensions_strings.grd

Issue 620623002: Revert "Allow declarative webrequest and webrequest in extensions." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « extensions/extensions_resources.grd ('k') | extensions/renderer/BUILD.gn » ('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 Strings for the extensions module. Used mostly for low-level error messages. 4 Strings for the extensions module. Used mostly for low-level error messages.
5 Where possible new strings should be kept in Chrome and the extensions module 5 Where possible new strings should be kept in Chrome and the extensions module
6 should return an error code, message flag, etc. 6 should return an error code, message flag, etc.
7 --> 7 -->
8 8
9 <grit latest_public_release="0" current_release="1" 9 <grit latest_public_release="0" current_release="1"
10 source_lang_id="en" enc_check="möl"> 10 source_lang_id="en" enc_check="möl">
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 </message> 195 </message>
196 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> 196 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc="">
197 Localization used, but default_locale wasn't specified in the manifest. 197 Localization used, but default_locale wasn't specified in the manifest.
198 </message> 198 </message>
199 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> 199 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc="">
200 Manifest file is missing or unreadable. 200 Manifest file is missing or unreadable.
201 </message> 201 </message>
202 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> 202 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc="">
203 Manifest file is invalid. 203 Manifest file is invalid.
204 </message> 204 </message>
205 <message name="IDS_EXTENSION_PROMPT_WARNING_DECLARATIVE_WEB_REQUEST" desc= "Permission string for Declarative Web Request API.">
206 Block parts of web pages
207 </message>
208 <message name="IDS_LOAD_STATE_PARAMETER_EXTENSION" desc="Parameter to IDS_ LOAD_STATE_WAITING_FOR_DELEGATE when we are waiting for an extension. The variab le is the extension name."> 205 <message name="IDS_LOAD_STATE_PARAMETER_EXTENSION" desc="Parameter to IDS_ LOAD_STATE_WAITING_FOR_DELEGATE when we are waiting for an extension. The variab le is the extension name.">
209 extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> 206 extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph>
210 </message> 207 </message>
211 208
212 <!-- Bluetooth access permissions. Please keep alphabetized. --> 209 <!-- Bluetooth access permissions. Please keep alphabetized. -->
213 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH" desc="Permission st ring for general access to the Bluetooth API."> 210 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH" desc="Permission st ring for general access to the Bluetooth API.">
214 Access information about Bluetooth devices paired with your system and d iscover nearby Bluetooth devices. 211 Access information about Bluetooth devices paired with your system and d iscover nearby Bluetooth devices.
215 </message> 212 </message>
216 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH_DEVICES" desc="Permi ssion string for implementing Bluetooth profiles."> 213 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH_DEVICES" desc="Permi ssion string for implementing Bluetooth profiles.">
217 Send messages to and receive messages from Bluetooth devices. 214 Send messages to and receive messages from Bluetooth devices.
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes sage which indicates that an extension has access to Universal 2nd Factor device s."> 361 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes sage which indicates that an extension has access to Universal 2nd Factor device s.">
365 Access your Universal 2nd Factor devices 362 Access your Universal 2nd Factor devices
366 </message> 363 </message>
367 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions."> 364 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions.">
368 Communicate with cooperating websites 365 Communicate with cooperating websites
369 </message> 366 </message>
370 367
371 </messages> 368 </messages>
372 </release> 369 </release>
373 </grit> 370 </grit>
OLDNEW
« no previous file with comments | « extensions/extensions_resources.grd ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698