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

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

Issue 7522005: AsyncHostResolver: removed from about:flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/about_flags.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 4268 matching lines...) Expand 10 before | Expand all | Expand 10 after
4279 </message> 4279 </message>
4280 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab."> 4280 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab.">
4281 Enables canvas elements to use 3D graphics via the WebGL API. 4281 Enables canvas elements to use 3D graphics via the WebGL API.
4282 </message> 4282 </message>
4283 <message name="IDS_FLAGS_PRINT_PREVIEW_NAME" desc="Name of the 'Print Prev iew' lab."> 4283 <message name="IDS_FLAGS_PRINT_PREVIEW_NAME" desc="Name of the 'Print Prev iew' lab.">
4284 Print Preview 4284 Print Preview
4285 </message> 4285 </message>
4286 <message name="IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION" desc="Description of t he 'Print Preview' lab."> 4286 <message name="IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION" desc="Description of t he 'Print Preview' lab.">
4287 Enables an in-tab preview of a print operation. 4287 Enables an in-tab preview of a print operation.
4288 </message> 4288 </message>
4289 <message name="IDS_FLAGS_DNS_SERVER_NAME" desc="">
4290 User specified DNS server address.
4291 </message>
4292 <message name="IDS_FLAGS_DNS_SERVER_DESCRIPTION" desc="">
4293 User specified DNS server, which Chrome will use for DNS resolutions rat her than the system defaults.
4294 </message>
4295 <message name="IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_NAME" desc="Name of t he 'Experimental Extension APIs' lab."> 4289 <message name="IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_NAME" desc="Name of t he 'Experimental Extension APIs' lab.">
4296 Experimental Extension APIs 4290 Experimental Extension APIs
4297 </message> 4291 </message>
4298 <message name="IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_DESCRIPTION" desc="De scription of the 'Experimental Extension APIs' lab."> 4292 <message name="IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_DESCRIPTION" desc="De scription of the 'Experimental Extension APIs' lab.">
4299 Enables experimental extension APIs. Note that the extension gallery doe sn't allow you to upload extensions that use experimental APIs. 4293 Enables experimental extension APIs. Note that the extension gallery doe sn't allow you to upload extensions that use experimental APIs.
4300 </message> 4294 </message>
4301 <message name="IDS_FLAGS_CLICK_TO_PLAY_NAME" desc="Name of the 'Click to p lay' lab."> 4295 <message name="IDS_FLAGS_CLICK_TO_PLAY_NAME" desc="Name of the 'Click to p lay' lab.">
4302 Click to play 4296 Click to play
4303 </message> 4297 </message>
4304 <message name="IDS_FLAGS_CLICK_TO_PLAY_DESCRIPTION" desc="Description of t he 'Click to play' lab."> 4298 <message name="IDS_FLAGS_CLICK_TO_PLAY_DESCRIPTION" desc="Description of t he 'Click to play' lab.">
(...skipping 8959 matching lines...) Expand 10 before | Expand all | Expand 10 after
13264 </includes> 13258 </includes>
13265 <structures fallback_to_english="true"> 13259 <structures fallback_to_english="true">
13266 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13260 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13267 </structure> 13261 </structure>
13268 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13262 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13269 </structure> 13263 </structure>
13270 </structures> 13264 </structures>
13271 13265
13272 </release> 13266 </release>
13273 </grit> 13267 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698