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

Side by Side Diff: chrome/app/resources/locale_settings.grd

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an errant include. 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 | « chrome/app/policy/policy_templates.json ('k') | 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 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/locale_settings.h" type="rc_header"> 4 <output filename="grit/locale_settings.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="locale_settings_am.rc" type="rc_all" lang="am" /> 7 <output filename="locale_settings_am.rc" type="rc_all" lang="am" />
8 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" /> 8 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" />
9 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" /> 9 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" />
10 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" /> 10 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" />
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 448
449 <!-- The height of the sync setup wizard / login dialog in lines. --> 449 <!-- The height of the sync setup wizard / login dialog in lines. -->
450 <message name="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES" use_name_for_id="true"> 450 <message name="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES" use_name_for_id="true">
451 19 451 19
452 </message> 452 </message>
453 453
454 <message name="IDS_SYNC_GET_ACCESS_CODE_URL" translateable="false"> 454 <message name="IDS_SYNC_GET_ACCESS_CODE_URL" translateable="false">
455 https://www.google.com/accounts/IssuedAuthSubTokens?hl=[GRITLANGCODE] 455 https://www.google.com/accounts/IssuedAuthSubTokens?hl=[GRITLANGCODE]
456 </message> 456 </message>
457 457
458 <!-- The width of the remoting setup wizard / login dialog in characters. -->
459 <message name="IDS_REMOTING_SETUP_WIZARD_WIDTH_CHARS" use_name_for_id="tru e">
460 56
461 </message>
462
463 <!-- The height of the remoting setup wizard / login dialog in lines. -->
464 <message name="IDS_REMOTING_SETUP_WIZARD_HEIGHT_LINES" use_name_for_id="tr ue">
465 16
466 </message>
467
468 <!-- The width of the cloud print setup wizard / login dialog in --> 458 <!-- The width of the cloud print setup wizard / login dialog in -->
469 <!-- characters. --> 459 <!-- characters. -->
470 <message name="IDS_CLOUD_PRINT_SETUP_WIZARD_WIDTH_CHARS" 460 <message name="IDS_CLOUD_PRINT_SETUP_WIZARD_WIDTH_CHARS"
471 use_name_for_id="true"> 461 use_name_for_id="true">
472 76 462 76
473 </message> 463 </message>
474 464
475 <!-- The height of the cloud print setup wizard / login dialog in --> 465 <!-- The height of the cloud print setup wizard / login dialog in -->
476 <!-- characters. --> 466 <!-- characters. -->
477 <message name="IDS_CLOUD_PRINT_SETUP_WIZARD_HEIGHT_LINES" 467 <message name="IDS_CLOUD_PRINT_SETUP_WIZARD_HEIGHT_LINES"
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 </message> 540 </message>
551 </if> 541 </if>
552 542
553 <!-- The width of the default search engine dialog in characters --> 543 <!-- The width of the default search engine dialog in characters -->
554 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> 544 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true">
555 82 545 82
556 </message> 546 </message>
557 </messages> 547 </messages>
558 </release> 548 </release>
559 </grit> 549 </grit>
OLDNEW
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | chrome/browser/browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698