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

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

Issue 7605003: --downloads-new-ui completely disables the download shelf. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: " Created 9 years, 4 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 4215 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 </message> 4226 </message>
4227 <message name="IDS_FLAGS_ENABLE_SHORTCUTS_PROVIDER_DESCRIPTION" desc=" Des cription of the 'Enable better ranking of previously selected shortcuts in omnib ox' lab."> 4227 <message name="IDS_FLAGS_ENABLE_SHORTCUTS_PROVIDER_DESCRIPTION" desc=" Des cription of the 'Enable better ranking of previously selected shortcuts in omnib ox' lab.">
4228 Remembers commonly selected autocomplete results based on the omnibox se arch term and offers those URLs the next time that same search term is typed. 4228 Remembers commonly selected autocomplete results based on the omnibox se arch term and offers those URLs the next time that same search term is typed.
4229 </message> 4229 </message>
4230 <message name="IDS_FLAGS_MEMORY_WIDGET_NAME" desc="Name of the 'Show memor y status' lab."> 4230 <message name="IDS_FLAGS_MEMORY_WIDGET_NAME" desc="Name of the 'Show memor y status' lab.">
4231 Show memory status 4231 Show memory status
4232 </message> 4232 </message>
4233 <message name="IDS_FLAGS_MEMORY_WIDGET_DESCRIPTION" desc="Description of t he 'Show memory status' lab."> 4233 <message name="IDS_FLAGS_MEMORY_WIDGET_DESCRIPTION" desc="Description of t he 'Show memory status' lab.">
4234 Shows the amount of free memory in the status area. Click on the menu fo r more information about system memory. 4234 Shows the amount of free memory in the status area. Click on the menu fo r more information about system memory.
4235 </message> 4235 </message>
4236 <message name="IDS_FLAGS_DOWNLOADS_NEW_UI_NAME" desc="Name of the 'New Dow nloads UI' lab.">
4237 New Downloads UI
4238 </message>
4239 <message name="IDS_FLAGS_DOWNLOADS_NEW_UI_DESCRIPTION" desc="Description o f the 'New Downloads UI' lab.">
4240 Shows an experimental new UI instead of the download shelf.
4241 </message>
4236 <message name="IDS_FLAGS_XSS_AUDITOR_NAME" desc="Description of the 'XSS A uditor' lab."> 4242 <message name="IDS_FLAGS_XSS_AUDITOR_NAME" desc="Description of the 'XSS A uditor' lab.">
4237 XSS Auditor 4243 XSS Auditor
4238 </message> 4244 </message>
4239 <message name="IDS_FLAGS_XSS_AUDITOR_DESCRIPTION" desc="Description of the 'XSS Auditor' lab."> 4245 <message name="IDS_FLAGS_XSS_AUDITOR_DESCRIPTION" desc="Description of the 'XSS Auditor' lab.">
4240 Enables WebKit's XSS Auditor (cross-site scripting protection). This fea ture aims to protect you from certain attacks of malicious web sites. It improve s your security, but it might not be compatible with all web sites. 4246 Enables WebKit's XSS Auditor (cross-site scripting protection). This fea ture aims to protect you from certain attacks of malicious web sites. It improve s your security, but it might not be compatible with all web sites.
4241 </message> 4247 </message>
4242 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_NAME" desc="Title of the Cloud Print Proxy lab"> 4248 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_NAME" desc="Title of the Cloud Print Proxy lab">
4243 Cloud Print Proxy 4249 Cloud Print Proxy
4244 </message> 4250 </message>
4245 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_DESCRIPTION" desc="Description of the Cloud Print Proxy lab"> 4251 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_DESCRIPTION" desc="Description of the Cloud Print Proxy lab">
(...skipping 9130 matching lines...) Expand 10 before | Expand all | Expand 10 after
13376 </includes> 13382 </includes>
13377 <structures fallback_to_english="true"> 13383 <structures fallback_to_english="true">
13378 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13384 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13379 </structure> 13385 </structure>
13380 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13386 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13381 </structure> 13387 </structure>
13382 </structures> 13388 </structures>
13383 13389
13384 </release> 13390 </release>
13385 </grit> 13391 </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