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

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

Issue 308583002: [Mac] Implement frame.[color|inactiveColor]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@custom_frame_view
Patch Set: 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
« 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 5836 matching lines...) Expand 10 before | Expand all | Expand 10 after
5847 Disable user gesture requirement for playing media elements. Activating this will allow autoplay to work. 5847 Disable user gesture requirement for playing media elements. Activating this will allow autoplay to work.
5848 </message> 5848 </message>
5849 <if expr="use_ash"> 5849 <if expr="use_ash">
5850 <message name="IDS_FLAGS_ASH_ENABLE_TOUCH_VIEW_TESTING_NAME" desc="Title for the flag which can be used to test the TouchView maximizing mode."> 5850 <message name="IDS_FLAGS_ASH_ENABLE_TOUCH_VIEW_TESTING_NAME" desc="Title for the flag which can be used to test the TouchView maximizing mode.">
5851 Enable TouchView maximizing UI for testing 5851 Enable TouchView maximizing UI for testing
5852 </message> 5852 </message>
5853 <message name="IDS_FLAGS_ASH_ENABLE_TOUCH_VIEW_TESTING_DESCRIPTION" desc ="Description for the flag to enable the TouchView testing mode."> 5853 <message name="IDS_FLAGS_ASH_ENABLE_TOUCH_VIEW_TESTING_DESCRIPTION" desc ="Description for the flag to enable the TouchView testing mode.">
5854 Enable Ctrl+Alt+Shift+8 to toggle the TouchView maximizing mode. 5854 Enable Ctrl+Alt+Shift+8 to toggle the TouchView maximizing mode.
5855 </message> 5855 </message>
5856 </if> 5856 </if>
5857 <message name="IDS_FLAGS_ENABLE_NATIVE_FRAMES_FOR_APPS_NAME" desc="Title f or the flag to enable native style frames for apps.">
5858 Native style window frames for packaged apps
5859 </message>
5860 <message name="IDS_FLAGS_ENABLE_NATIVE_FRAMES_FOR_APPS_DESCRIPTION" desc=" Description for the flag to enable native style frames for apps.">
5861 Use native-style window decorations for packaged app windows.
5862 </message>
5863 5857
5864 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_AUTOMATIC" desc="Generic 'Aut omatic' experiment choice option name."> 5858 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_AUTOMATIC" desc="Generic 'Aut omatic' experiment choice option name.">
5865 Automatic 5859 Automatic
5866 </message> 5860 </message>
5867 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT" desc="Generic 'Defau lt' experiment choice option name. E.G. shown in multi value options in about:fl ags."> 5861 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT" desc="Generic 'Defau lt' experiment choice option name. E.G. shown in multi value options in about:fl ags.">
5868 Default 5862 Default
5869 </message> 5863 </message>
5870 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED" desc="Generic 'Enabl ed' experiment choice option name. E.G. shown in multi value options in about:fl ags."> 5864 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED" desc="Generic 'Enabl ed' experiment choice option name. E.G. shown in multi value options in about:fl ags.">
5871 Enabled 5865 Enabled
5872 </message> 5866 </message>
(...skipping 8289 matching lines...) Expand 10 before | Expand all | Expand 10 after
14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14156 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14163 Enforce (try to get hashes, and enforce them if successful) 14157 Enforce (try to get hashes, and enforce them if successful)
14164 </message> 14158 </message>
14165 14159
14166 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14167 Enforce strict (hard fail if we can't get hashes) 14161 Enforce strict (hard fail if we can't get hashes)
14168 </message> 14162 </message>
14169 </messages> 14163 </messages>
14170 </release> 14164 </release>
14171 </grit> 14165 </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