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

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

Issue 8334030: Merge search engines sync data type with Preferences. Sync the default search provider. Add some ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Merge to TOT and fixed additional conflicts from rsimha. Created 9 years, 1 month 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') | 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 10457 matching lines...) Expand 10 before | Expand all | Expand 10 after
10468 </message> 10468 </message>
10469 <message name="IDS_SYNC_DATATYPE_PASSWORDS" desc="Saved passwords, one of the data types that we allow syncing."> 10469 <message name="IDS_SYNC_DATATYPE_PASSWORDS" desc="Saved passwords, one of the data types that we allow syncing.">
10470 Passwords 10470 Passwords
10471 </message> 10471 </message>
10472 <message name="IDS_SYNC_DATATYPE_TYPED_URLS" desc="Typed URLs, one of the data types that we allow syncing."> 10472 <message name="IDS_SYNC_DATATYPE_TYPED_URLS" desc="Typed URLs, one of the data types that we allow syncing.">
10473 Omnibox History 10473 Omnibox History
10474 </message> 10474 </message>
10475 <message name="IDS_SYNC_DATATYPE_APPS" desc="Apps, one of the data types t hat we allow syncing."> 10475 <message name="IDS_SYNC_DATATYPE_APPS" desc="Apps, one of the data types t hat we allow syncing.">
10476 Apps 10476 Apps
10477 </message> 10477 </message>
10478 <message name="IDS_SYNC_DATATYPE_SEARCH_ENGINES" desc="Search Engines, one of the data types that we allow syncing.">
10479 Search Engines
10480 </message>
10481 <message name="IDS_SYNC_DATATYPE_TABS" desc="Open Tabs, one of the data ty pes that we allow syncing."> 10478 <message name="IDS_SYNC_DATATYPE_TABS" desc="Open Tabs, one of the data ty pes that we allow syncing.">
10482 Open Tabs 10479 Open Tabs
10483 </message> 10480 </message>
10484 <message name="IDS_SYNC_DATATYPE_APP_NOTIFICATIONS" desc="App notification s, one of the data types that we allow syncing."> 10481 <message name="IDS_SYNC_DATATYPE_APP_NOTIFICATIONS" desc="App notification s, one of the data types that we allow syncing.">
10485 App Notifications 10482 App Notifications
10486 </message> 10483 </message>
10487 10484
10488 <!-- Encryption tab of the configure sync dialog --> 10485 <!-- Encryption tab of the configure sync dialog -->
10489 <if expr="not pp_ifdef('use_titlecase')"> 10486 <if expr="not pp_ifdef('use_titlecase')">
10490 <message name="IDS_SYNC_ENCRYPTION_DATA_TYPES_TITLE" desc="Title of the section containing the data types to encrypt."> 10487 <message name="IDS_SYNC_ENCRYPTION_DATA_TYPES_TITLE" desc="Title of the section containing the data types to encrypt.">
(...skipping 4104 matching lines...) Expand 10 before | Expand all | Expand 10 after
14595 </messages> 14592 </messages>
14596 <structures fallback_to_english="true"> 14593 <structures fallback_to_english="true">
14597 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14594 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14598 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14595 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14599 </structure> 14596 </structure>
14600 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14597 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14601 </structure> 14598 </structure>
14602 </structures> 14599 </structures>
14603 </release> 14600 </release>
14604 </grit> 14601 </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