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

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

Issue 7399030: Remove --enable-p2papi flag. (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 4223 matching lines...) Expand 10 before | Expand all | Expand 10 after
4234 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description of the 'Disable GPU VSync' lab."> 4234 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description of the 'Disable GPU VSync' lab.">
4235 Disables synchronization with the display's vertical refresh rate when G PU rendering. This allows frame rates to exceed 4235 Disables synchronization with the display's vertical refresh rate when G PU rendering. This allows frame rates to exceed
4236 60 hertz. While useful for benchmarking purposes, this also results in v isual tearing during rapid screen updates. 4236 60 hertz. While useful for benchmarking purposes, this also results in v isual tearing during rapid screen updates.
4237 </message> 4237 </message>
4238 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab."> 4238 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab.">
4239 WebGL 4239 WebGL
4240 </message> 4240 </message>
4241 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab."> 4241 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab.">
4242 Enables canvas elements to use 3D graphics via the WebGL API. 4242 Enables canvas elements to use 3D graphics via the WebGL API.
4243 </message> 4243 </message>
4244 <message name="IDS_FLAGS_P2P_API_NAME" desc="Name of the 'P2P API' lab.">
4245 P2P API
4246 </message>
4247 <message name="IDS_FLAGS_P2P_API_DESCRIPTION" desc="Description of the 'P2 P API' lab.">
4248 Enables P2P Pepper API and P2P JavaScript API. The API is under developm ent, and doesn't work yet.
4249 </message>
4250 <message name="IDS_FLAGS_PRINT_PREVIEW_NAME" desc="Name of the 'Print Prev iew' lab."> 4244 <message name="IDS_FLAGS_PRINT_PREVIEW_NAME" desc="Name of the 'Print Prev iew' lab.">
4251 Print Preview 4245 Print Preview
4252 </message> 4246 </message>
4253 <message name="IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION" desc="Description of t he 'Print Preview' lab."> 4247 <message name="IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION" desc="Description of t he 'Print Preview' lab.">
4254 Enables an in-tab preview of a print operation. 4248 Enables an in-tab preview of a print operation.
4255 </message> 4249 </message>
4256 <message name="IDS_FLAGS_DNS_SERVER_NAME" desc=""> 4250 <message name="IDS_FLAGS_DNS_SERVER_NAME" desc="">
4257 User specified DNS server address. 4251 User specified DNS server address.
4258 </message> 4252 </message>
4259 <message name="IDS_FLAGS_DNS_SERVER_DESCRIPTION" desc=""> 4253 <message name="IDS_FLAGS_DNS_SERVER_DESCRIPTION" desc="">
(...skipping 8734 matching lines...) Expand 10 before | Expand all | Expand 10 after
12994 </includes> 12988 </includes>
12995 <structures fallback_to_english="true"> 12989 <structures fallback_to_english="true">
12996 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12990 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12997 </structure> 12991 </structure>
12998 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12992 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12999 </structure> 12993 </structure>
13000 </structures> 12994 </structures>
13001 12995
13002 </release> 12996 </release>
13003 </grit> 12997 </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