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

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 (minor refactoring) Created 6 years, 7 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
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 5345 matching lines...) Expand 10 before | Expand all | Expand 10 after
5356 </if> 5356 </if>
5357 <message name="IDS_FLAGS_RESET_ALL_BUTTON" desc="Text on a button that res ets all experiments to their default state when clicked."> 5357 <message name="IDS_FLAGS_RESET_ALL_BUTTON" desc="Text on a button that res ets all experiments to their default state when clicked.">
5358 Reset all to default 5358 Reset all to default
5359 </message> 5359 </message>
5360 <message name="IDS_FLAGS_DISABLE" desc="The link for disabling a labs expe riment."> 5360 <message name="IDS_FLAGS_DISABLE" desc="The link for disabling a labs expe riment.">
5361 Disable 5361 Disable
5362 </message> 5362 </message>
5363 <message name="IDS_FLAGS_ENABLE" desc="The link for enabling a labs experi ment."> 5363 <message name="IDS_FLAGS_ENABLE" desc="The link for enabling a labs experi ment.">
5364 Enable 5364 Enable
5365 </message> 5365 </message>
5366 <message name="IDS_FLAGS_STACKED_TAB_STRIP_NAME" desc="Name of the 'Stacke d Tabs' lab.">
5367 Stacked Tabs
5368 </message>
5369 <message name="IDS_FLAGS_STACKED_TAB_STRIP_DESCRIPTION" desc="Description of the 'Stacked Tabs' lab.">
5370 Tabs never shrink, instead they stack on top of each other when there is not enough space.
5371 </message>
5372 <message name="IDS_FLAGS_ENABLE_NACL_NAME" desc="Name of the 'Enable Nativ e Client' lab."> 5366 <message name="IDS_FLAGS_ENABLE_NACL_NAME" desc="Name of the 'Enable Nativ e Client' lab.">
5373 Native Client 5367 Native Client
5374 </message> 5368 </message>
5375 <if expr="is_android"> 5369 <if expr="is_android">
5376 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Mobile: Descript ion of the 'Enable Native Client' lab."> 5370 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Mobile: Descript ion of the 'Enable Native Client' lab.">
5377 Enable support for Native Client. 5371 Enable support for Native Client.
5378 </message> 5372 </message>
5379 </if> 5373 </if>
5380 <if expr="not is_android"> 5374 <if expr="not is_android">
5381 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Description of t he 'Enable Native Client' lab."> 5375 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Description of t he 'Enable Native Client' lab.">
(...skipping 8778 matching lines...) Expand 10 before | Expand all | Expand 10 after
14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14154 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14161 Enforce (try to get hashes, and enforce them if successful) 14155 Enforce (try to get hashes, and enforce them if successful)
14162 </message> 14156 </message>
14163 14157
14164 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14158 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14165 Enforce strict (hard fail if we can't get hashes) 14159 Enforce strict (hard fail if we can't get hashes)
14166 </message> 14160 </message>
14167 </messages> 14161 </messages>
14168 </release> 14162 </release>
14169 </grit> 14163 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698