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

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

Issue 155740: linux: print something when reusing an existing process (Closed)
Patch Set: Created 11 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
« no previous file with comments | « no previous file | chrome/browser/browser_main.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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 4050 matching lines...) Expand 10 before | Expand all | Expand 10 after
4061 </message> 4061 </message>
4062 4062
4063 <message name="IDS_SHOW_WINDOW_DECORATIONS" desc="The menu entry text in t he tab strip context menu. This toggles the system title bar and window borders (window decorations) on linux."> 4063 <message name="IDS_SHOW_WINDOW_DECORATIONS" desc="The menu entry text in t he tab strip context menu. This toggles the system title bar and window borders (window decorations) on linux.">
4064 Use system title bar and borders 4064 Use system title bar and borders
4065 </message> 4065 </message>
4066 4066
4067 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba()."> 4067 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba().">
4068 rgba($1, $2, $3, $4) 4068 rgba($1, $2, $3, $4)
4069 </message> 4069 </message>
4070 4070
4071 <message name="IDS_USED_EXISTING_BROWSER" desc="Linux-specific message pri nted to console when the app is ran a second time, causing a new window to show rather than starting up a new browser.">
4072 Created new window in existing browser session.
4073 </message>
4074
4071 </messages> 4075 </messages>
4072 </release> 4076 </release>
4073 </grit> 4077 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698