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

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

Issue 2101014: Eliminate the establishing_tunnel_ internal state and move to explicit... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 <!-- 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 4539 matching lines...) Expand 10 before | Expand all | Expand 10 after
4550 <!-- Cloud Print dialog messages --> 4550 <!-- Cloud Print dialog messages -->
4551 <message name="IDS_CLOUD_PRINT_TITLE" desc="Title for the print dialog"> 4551 <message name="IDS_CLOUD_PRINT_TITLE" desc="Title for the print dialog">
4552 Print 4552 Print
4553 </message> 4553 </message>
4554 4554
4555 <!-- Load State --> 4555 <!-- Load State -->
4556 <message name="IDS_LOAD_STATE_IDLE"></message> 4556 <message name="IDS_LOAD_STATE_IDLE"></message>
4557 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> 4557 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE">
4558 Waiting for cache... 4558 Waiting for cache...
4559 </message> 4559 </message>
4560 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL">
4561 Connecting to proxy...
4562 </message>
4560 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL"> 4563 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL">
4561 Resolving proxy... 4564 Resolving proxy...
4562 </message> 4565 </message>
4563 <message name="IDS_LOAD_STATE_RESOLVING_HOST"> 4566 <message name="IDS_LOAD_STATE_RESOLVING_HOST">
4564 Resolving host... 4567 Resolving host...
4565 </message> 4568 </message>
4566 <message name="IDS_LOAD_STATE_CONNECTING"> 4569 <message name="IDS_LOAD_STATE_CONNECTING">
4567 Connecting... 4570 Connecting...
4568 </message> 4571 </message>
4569 <message name="IDS_LOAD_STATE_SENDING_REQUEST"> 4572 <message name="IDS_LOAD_STATE_SENDING_REQUEST">
(...skipping 3207 matching lines...) Expand 10 before | Expand all | Expand 10 after
7777 7780
7778 </messages> 7781 </messages>
7779 7782
7780 <structures first_id="50000" fallback_to_english="true"> 7783 <structures first_id="50000" fallback_to_english="true">
7781 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 7784 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
7782 </structure> 7785 </structure>
7783 </structures> 7786 </structures>
7784 7787
7785 </release> 7788 </release>
7786 </grit> 7789 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/tab_contents/tab_contents.cc » ('j') | net/http/http_network_transaction.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698