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

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

Issue 7500002: Remove the compact nav flag and ensure it is always disabled. Note that the rest of the cnav code... (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 4288 matching lines...) Expand 10 before | Expand all | Expand 10 after
4299 </message> 4299 </message>
4300 <message name="IDS_FLAGS_BLOCK_ALL_THIRD_PARTY_COOKIES_DESCRIPTION" desc=" Description of the 'Block all third-party cookies' lab."> 4300 <message name="IDS_FLAGS_BLOCK_ALL_THIRD_PARTY_COOKIES_DESCRIPTION" desc=" Description of the 'Block all third-party cookies' lab.">
4301 When the option to block third-party cookies from being set is enabled, also block third-party cookies from being read. 4301 When the option to block third-party cookies from being set is enabled, also block third-party cookies from being read.
4302 </message> 4302 </message>
4303 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_NAME" desc="N ame of the 'Disable HTML5 interactive form validation' lab."> 4303 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_NAME" desc="N ame of the 'Disable HTML5 interactive form validation' lab.">
4304 Disable HTML5 interactive form validation 4304 Disable HTML5 interactive form validation
4305 </message> 4305 </message>
4306 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_DESCRIPTION" desc="Description of the 'Disable HTML5 interactive form validation' lab."> 4306 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_DESCRIPTION" desc="Description of the 'Disable HTML5 interactive form validation' lab.">
4307 Disable showing validation messages and preventing form submission. 4307 Disable showing validation messages and preventing form submission.
4308 </message> 4308 </message>
4309 <message name="IDS_FLAGS_ENABLE_COMPACT_NAVIGATION" desc="Name of the 'Com pact Navigation' lab.">
4310 Compact Navigation
4311 </message>
4312 <message name="IDS_FLAGS_ENABLE_COMPACT_NAVIGATION_DESCRIPTION" desc="Desc ription of the 'Compact Navigation' lab.">
4313 Adds a "Hide the toolbar" entry to the tabstrip's context menu. Use this to toggle between always displaying the toolbar (default) and only opening it a s a drop down box as needed.
4314 </message>
4315 <message name="IDS_COMPACT_NAVIGATION_BAR" desc="The menu item on the app menu to toggle compact navigation bar"> 4309 <message name="IDS_COMPACT_NAVIGATION_BAR" desc="The menu item on the app menu to toggle compact navigation bar">
4316 Compact Navigation Bar 4310 Compact Navigation Bar
4317 </message> 4311 </message>
4318 <message name="IDS_FLAGS_NEW_TAB_PAGE_4_NAME" desc="Name of the new tab pa ge 4 lab."> 4312 <message name="IDS_FLAGS_NEW_TAB_PAGE_4_NAME" desc="Name of the new tab pa ge 4 lab.">
4319 Experimental new tab page 4313 Experimental new tab page
4320 </message> 4314 </message>
4321 <message name="IDS_FLAGS_NEW_TAB_PAGE_4_DESCRIPTION" desc="Description of the new tab page 4 lab."> 4315 <message name="IDS_FLAGS_NEW_TAB_PAGE_4_DESCRIPTION" desc="Description of the new tab page 4 lab.">
4322 Enables an in-development redesign of the new tab page. 4316 Enables an in-development redesign of the new tab page.
4323 </message> 4317 </message>
4324 <message name="IDS_FLAGS_STATIC_IP_CONFIG_NAME" desc="Name of the static i p config lab."> 4318 <message name="IDS_FLAGS_STATIC_IP_CONFIG_NAME" desc="Name of the static i p config lab.">
(...skipping 8799 matching lines...) Expand 10 before | Expand all | Expand 10 after
13124 </includes> 13118 </includes>
13125 <structures fallback_to_english="true"> 13119 <structures fallback_to_english="true">
13126 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13120 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13127 </structure> 13121 </structure>
13128 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13122 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13129 </structure> 13123 </structure>
13130 </structures> 13124 </structures>
13131 13125
13132 </release> 13126 </release>
13133 </grit> 13127 </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