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

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

Issue 291093005: Removes --enable-stacked-tab-strip flag (Stacked Tabs) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removes --enable-stacked-tab-strip flag (removed stale header) Created 6 years, 6 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 5351 matching lines...) Expand 10 before | Expand all | Expand 10 after
5362 </if> 5362 </if>
5363 <message name="IDS_FLAGS_RESET_ALL_BUTTON" desc="Text on a button that res ets all experiments to their default state when clicked."> 5363 <message name="IDS_FLAGS_RESET_ALL_BUTTON" desc="Text on a button that res ets all experiments to their default state when clicked.">
5364 Reset all to default 5364 Reset all to default
5365 </message> 5365 </message>
5366 <message name="IDS_FLAGS_DISABLE" desc="The link for disabling a labs expe riment."> 5366 <message name="IDS_FLAGS_DISABLE" desc="The link for disabling a labs expe riment.">
5367 Disable 5367 Disable
5368 </message> 5368 </message>
5369 <message name="IDS_FLAGS_ENABLE" desc="The link for enabling a labs experi ment."> 5369 <message name="IDS_FLAGS_ENABLE" desc="The link for enabling a labs experi ment.">
5370 Enable 5370 Enable
5371 </message> 5371 </message>
5372 <message name="IDS_FLAGS_STACKED_TAB_STRIP_NAME" desc="Name of the 'Stacke d Tabs' lab.">
5373 Stacked Tabs
5374 </message>
5375 <message name="IDS_FLAGS_STACKED_TAB_STRIP_DESCRIPTION" desc="Description of the 'Stacked Tabs' lab.">
5376 Tabs never shrink, instead they stack on top of each other when there is not enough space.
5377 </message>
5378 <message name="IDS_FLAGS_ENABLE_NACL_NAME" desc="Name of the 'Enable Nativ e Client' lab."> 5372 <message name="IDS_FLAGS_ENABLE_NACL_NAME" desc="Name of the 'Enable Nativ e Client' lab.">
5379 Native Client 5373 Native Client
5380 </message> 5374 </message>
5381 <if expr="is_android"> 5375 <if expr="is_android">
5382 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Mobile: Descript ion of the 'Enable Native Client' lab."> 5376 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Mobile: Descript ion of the 'Enable Native Client' lab.">
5383 Enable support for Native Client. 5377 Enable support for Native Client.
5384 </message> 5378 </message>
5385 </if> 5379 </if>
5386 <if expr="not is_android"> 5380 <if expr="not is_android">
5387 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Description of t he 'Enable Native Client' lab."> 5381 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Description of t he 'Enable Native Client' lab.">
(...skipping 8768 matching lines...) Expand 10 before | Expand all | Expand 10 after
14156 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14150 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14157 Enforce (try to get hashes, and enforce them if successful) 14151 Enforce (try to get hashes, and enforce them if successful)
14158 </message> 14152 </message>
14159 14153
14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14154 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14161 Enforce strict (hard fail if we can't get hashes) 14155 Enforce strict (hard fail if we can't get hashes)
14162 </message> 14156 </message>
14163 </messages> 14157 </messages>
14164 </release> 14158 </release>
14165 </grit> 14159 </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