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

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

Issue 7740083: Put pre- and auto-login behind flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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') | 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 4412 matching lines...) Expand 10 before | Expand all | Expand 10 after
4423 </message> 4423 </message>
4424 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_DESCRIPTION" desc="Descrip tion for the flag to preload Instant search"> 4424 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_DESCRIPTION" desc="Descrip tion for the flag to preload Instant search">
4425 Preload the default search engine for Instant. 4425 Preload the default search engine for Instant.
4426 </message> 4426 </message>
4427 <message name="IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_NAME" desc="Title for the flag to turn on smooth scrolling"> 4427 <message name="IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_NAME" desc="Title for the flag to turn on smooth scrolling">
4428 Smooth Scrolling 4428 Smooth Scrolling
4429 </message> 4429 </message>
4430 <message name="IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_DESCRIPTION" desc="Descri ption for the flag to turn on smooth scrolling"> 4430 <message name="IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_DESCRIPTION" desc="Descri ption for the flag to turn on smooth scrolling">
4431 Enable the experimental smooth scrolling implementation. 4431 Enable the experimental smooth scrolling implementation.
4432 </message> 4432 </message>
4433 <message name="IDS_FLAGS_PRE_LOGIN_NAME" desc="Title for the flag to pre-l ogin the user"> 4433 <message name="IDS_FLAGS_ENABLE_AUTOLOGIN_NAME" desc="Title for the flag t o auto-login the user">
4434 Turn off pre-login 4434 Enable pre- and auto-login
4435 </message> 4435 </message>
4436 <message name="IDS_FLAGS_PRE_LOGIN_DESCRIPTION" desc="Description for the flag to pre-login the user"> 4436 <message name="IDS_FLAGS_ENABLE_AUTOLOGIN_DESCRIPTION" desc="Description f or the flag to pre-login the user">
4437 When pre-login is turned on, connecting a profile to a Google Account wi ll add the account's cookies 4437 When enabled, connecting a profile to a Google Account will add the acco unt's credentials
4438 to the profile's cookie jar, so that retyping the username and password in the browser is not necessary. 4438 to the profile's cookie jar, so that retyping the username and password in the browser is not necessary.
4439 Pre-login is always disabled if the profile is not connected to a Google Account. 4439 Visiting a Google Account login page will also trigger an infobar allowi ng easy sign in with the connected account.
4440 Pre- and auto-login are always disabled if the profile is not connected to a Google Account, regardless of this flag.
4440 </message> 4441 </message>
4441 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_NAME" desc="Title for the flag to show Autofill field type predictions for all forms"> 4442 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_NAME" desc="Title for the flag to show Autofill field type predictions for all forms">
4442 Show Autofill predictions 4443 Show Autofill predictions
4443 </message> 4444 </message>
4444 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_DESCRIPTION" desc= "Description for the flag to show Autofill field type predictions for all forms" > 4445 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_DESCRIPTION" desc= "Description for the flag to show Autofill field type predictions for all forms" >
4445 Annotates web forms with Autofill field type predictions as placeholder text. 4446 Annotates web forms with Autofill field type predictions as placeholder text.
4446 </message> 4447 </message>
4447 <message name="IDS_FLAGS_SYNC_SESSIONS_NAME" desc="Title for the flag to e nable syncing the Sessions datatype"> 4448 <message name="IDS_FLAGS_SYNC_SESSIONS_NAME" desc="Title for the flag to e nable syncing the Sessions datatype">
4448 Enable syncing sessions 4449 Enable syncing sessions
4449 </message> 4450 </message>
(...skipping 9085 matching lines...) Expand 10 before | Expand all | Expand 10 after
13535 </messages> 13536 </messages>
13536 <structures fallback_to_english="true"> 13537 <structures fallback_to_english="true">
13537 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13538 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13538 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13539 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13539 </structure> 13540 </structure>
13540 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13541 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13541 </structure> 13542 </structure>
13542 </structures> 13543 </structures>
13543 </release> 13544 </release>
13544 </grit> 13545 </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