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

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

Issue 300063005: Add new flag for consistent identity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 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 13395 matching lines...) Expand 10 before | Expand all | Expand 10 after
13406 </message> 13406 </message>
13407 <message name="IDS_DARK_THEME" 13407 <message name="IDS_DARK_THEME"
13408 desc="The title of a link that will open the Chrome Web Store with a dark theme the user might want to install, if they prefer light text on a dark background."> 13408 desc="The title of a link that will open the Chrome Web Store with a dark theme the user might want to install, if they prefer light text on a dark background.">
13409 Dark Theme 13409 Dark Theme
13410 </message> 13410 </message>
13411 13411
13412 <message name="IDS_FLAGS_ENABLE_NEW_PROFILE_MANAGEMENT_NAME" desc="Title for the flag to enable the new profile management."> 13412 <message name="IDS_FLAGS_ENABLE_NEW_PROFILE_MANAGEMENT_NAME" desc="Title for the flag to enable the new profile management.">
13413 Enable new profile management system 13413 Enable new profile management system
13414 </message> 13414 </message>
13415 <message name="IDS_FLAGS_ENABLE_NEW_PROFILE_MANAGEMENT_DESCRIPTION" desc="De scription for the flag to enable the new profile management"> 13415 <message name="IDS_FLAGS_ENABLE_NEW_PROFILE_MANAGEMENT_DESCRIPTION" desc="De scription for the flag to enable the new profile management">
13416 Enables the new profile management system, including profile sign-out and the new avatar menu UI. 13416 Enables the new profile management system, including profile lock and the new avatar menu UI.
13417 </message>
13418 <message name="IDS_FLAGS_ENABLE_CONSISTENT_IDENTITY_NAME" desc="Title for th e flag to enable the new profile management.">
guohui 2014/05/28 18:27:23 nits: we have already agreed with gaia to use the
Roger Tawa OOO till Jul 10th 2014/05/29 01:23:12 Done.
13419 Enable identity consistency between browser and cookie jar
13420 </message>
13421 <message name="IDS_FLAGS_ENABLE_CONSISTENT_IDENTITY_DESCRIPTION" desc="Descr iption for the flag to enable the new profile management">
13422 When enabled, the browser manages signing in and out of Google accounts.
13417 </message> 13423 </message>
13418 <message name="IDS_FLAGS_ENABLE_FAST_USER_SWITCHING_NAME" desc="Title for th e flag to enable fast user switching."> 13424 <message name="IDS_FLAGS_ENABLE_FAST_USER_SWITCHING_NAME" desc="Title for th e flag to enable fast user switching.">
13419 Enable fast user switching in the avatar menu 13425 Enable fast user switching in the avatar menu
13420 </message> 13426 </message>
13421 <message name="IDS_FLAGS_ENABLE_FAST_USER_SWITCHING_DESCRIPTION" desc="Descr iption for the flag to enable fast user switching"> 13427 <message name="IDS_FLAGS_ENABLE_FAST_USER_SWITCHING_DESCRIPTION" desc="Descr iption for the flag to enable fast user switching">
13422 Enables fast switching between users in the avatar menu. 13428 Enables fast switching between users in the avatar menu.
13423 </message> 13429 </message>
13424 <message name="IDS_FLAGS_ENABLE_NEW_AVATAR_MENU_NAME" desc="Title for the fl ag to enable the new avatar menu."> 13430 <message name="IDS_FLAGS_ENABLE_NEW_AVATAR_MENU_NAME" desc="Title for the fl ag to enable the new avatar menu.">
13425 Enable the new avatar menu 13431 Enable the new avatar menu
13426 </message> 13432 </message>
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
14150 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14156 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14151 Enforce (try to get hashes, and enforce them if successful) 14157 Enforce (try to get hashes, and enforce them if successful)
14152 </message> 14158 </message>
14153 14159
14154 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14155 Enforce strict (hard fail if we can't get hashes) 14161 Enforce strict (hard fail if we can't get hashes)
14156 </message> 14162 </message>
14157 </messages> 14163 </messages>
14158 </release> 14164 </release>
14159 </grit> 14165 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | components/signin/core/common/profile_management_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698