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

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

Issue 7047003: Add --enable-websocket-over-spdy command-line flag (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')
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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 4246 matching lines...) Expand 10 before | Expand all | Expand 10 after
4257 </message> 4257 </message>
4258 <message name="IDS_FLAGS_MULTI_PROFILES_DESCRIPTION" desc="Description for the flag to enable multiprofile support"> 4258 <message name="IDS_FLAGS_MULTI_PROFILES_DESCRIPTION" desc="Description for the flag to enable multiprofile support">
4259 Associates every browser window with a profile, and adds a profile switc her in the upper right corner. Every profile has its own bookmarks, extensions, apps, etc. 4259 Associates every browser window with a profile, and adds a profile switc her in the upper right corner. Every profile has its own bookmarks, extensions, apps, etc.
4260 </message> 4260 </message>
4261 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_NAME" desc="Title for the flag to restrict Instant to search"> 4261 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_NAME" desc="Title for the flag to restrict Instant to search">
4262 Restrict Instant To Search 4262 Restrict Instant To Search
4263 </message> 4263 </message>
4264 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_DESCRIPTION" desc="Des cription for the flag to restrict Instant to search"> 4264 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_DESCRIPTION" desc="Des cription for the flag to restrict Instant to search">
4265 Restrict Instant to loading only search pages. 4265 Restrict Instant to loading only search pages.
4266 </message> 4266 </message>
4267 <message name="IDS_FLAGS_WEBSOCKET_OVER_SPDY_NAME" desc="Title for the fla g to enable WebSocket over SPDY support">
4268 WebSocket over SPDY
4269 </message>
4270 <message name="IDS_FLAGS_WEBSOCKET_OVER_SPDY_DESCRIPTION" desc="Descriptio n for the flag to enable WebSocket over SPDY support">
4271 Enables WebSocket over SPDY support. If a server supports SPDY protocol, WebSocket API would like to use SPDY protocol in addition to WebSocket protocol . This feature is early experiment.
4272 </message>
4267 4273
4268 <!-- Crashes --> 4274 <!-- Crashes -->
4269 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4275 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4270 Crashes 4276 Crashes
4271 </message> 4277 </message>
4272 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4278 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4273 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4279 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4274 </message> 4280 </message>
4275 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4281 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4276 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4282 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8135 matching lines...) Expand 10 before | Expand all | Expand 10 after
12412 </includes> 12418 </includes>
12413 <structures fallback_to_english="true"> 12419 <structures fallback_to_english="true">
12414 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12420 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12415 </structure> 12421 </structure>
12416 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12422 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12417 </structure> 12423 </structure>
12418 </structures> 12424 </structures>
12419 12425
12420 </release> 12426 </release>
12421 </grit> 12427 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698