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

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

Issue 7121014: When a user logs into sync, the appropriate cookies are retrieved so that (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix unit test breaks on chromeos trybots Created 9 years, 6 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 <!-- 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 4299 matching lines...) Expand 10 before | Expand all | Expand 10 after
4310 </message> 4310 </message>
4311 <message name="IDS_FLAGS_INDEXEDDB_USE_LEVELDB_DESCRIPTION" desc="Descript ion for the flag to use the LevelDB back-end for IndexedDB"> 4311 <message name="IDS_FLAGS_INDEXEDDB_USE_LEVELDB_DESCRIPTION" desc="Descript ion for the flag to use the LevelDB back-end for IndexedDB">
4312 Enable the experimental LevelDB back-end for IndexedDB. 4312 Enable the experimental LevelDB back-end for IndexedDB.
4313 </message> 4313 </message>
4314 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_NAME" desc="Title for the flag to preload Instant search"> 4314 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_NAME" desc="Title for the flag to preload Instant search">
4315 Preload Instant Search 4315 Preload Instant Search
4316 </message> 4316 </message>
4317 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_DESCRIPTION" desc="Descrip tion for the flag to preload Instant search"> 4317 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_DESCRIPTION" desc="Descrip tion for the flag to preload Instant search">
4318 Preload the default search engine for Instant. 4318 Preload the default search engine for Instant.
4319 </message> 4319 </message>
4320 <message name="IDS_FLAGS_AUTO_LOGIN_NAME" desc="title for the flag to pre- and auto-login the user">
4321 Disable pre- and auto-login
4322 </message>
4323 <message name="IDS_FLAGS_AUTO_LOGIN_DESCRIPTION" desc="Description for the flag to pre- and auto-login the user">
4324 Disable pre-login to services when sync is enabled. Also disable infoba r on login pages which help automate the login process.
4325 Pre- and auto-login are always disabled if sync is disabled.
4326 </message>
4320 4327
4321 <!-- Crashes --> 4328 <!-- Crashes -->
4322 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4329 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4323 Crashes 4330 Crashes
4324 </message> 4331 </message>
4325 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4332 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4326 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4333 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4327 </message> 4334 </message>
4328 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4335 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4329 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4336 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8367 matching lines...) Expand 10 before | Expand all | Expand 10 after
12697 </includes> 12704 </includes>
12698 <structures fallback_to_english="true"> 12705 <structures fallback_to_english="true">
12699 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12706 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12700 </structure> 12707 </structure>
12701 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12708 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12702 </structure> 12709 </structure>
12703 </structures> 12710 </structures>
12704 12711
12705 </release> 12712 </release>
12706 </grit> 12713 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/chromeos/login/cookie_fetcher_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698