| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 7736c4dae99b63ad0b2ba1d865efa8db8f3f3b9c..336608fdb7da43baf32e63904233a2512db08563 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -13533,18 +13533,35 @@ Do you accept?
|
| Dark Theme
|
| </message>
|
|
|
| - <message name="IDS_FLAGS_ENABLE_NEW_PROFILE_MANAGEMENT_NAME" desc="Title for the flag to enable the new profile management.">
|
| - Enable new profile management system
|
| - </message>
|
| - <message name="IDS_FLAGS_ENABLE_NEW_PROFILE_MANAGEMENT_DESCRIPTION" desc="Description for the flag to enable the new profile management.">
|
| - Enables the new profile management system, including profile lock and the new avatar menu UI.
|
| - </message>
|
| - <message name="IDS_FLAGS_ENABLE_ACCOUNT_CONSISTENCY_NAME" desc="Title for the flag to enable the account consistency between browser and cookie jar.">
|
| - Enable identity consistency between browser and cookie jar
|
| - </message>
|
| - <message name="IDS_FLAGS_ENABLE_ACCOUNT_CONSISTENCY_DESCRIPTION" desc="Description for the flag to enable the account consistency between browser and cookie jar.">
|
| - When enabled, the browser manages signing in and out of Google accounts.
|
| - </message>
|
| + <if expr="is_android">
|
| + <message name="IDS_FLAGS_DISABLE_NEW_PROFILE_MANAGEMENT_NAME" desc="Title for the flag to disable the new profile management.">
|
| + Enable old profile management system
|
| + </message>
|
| + <message name="IDS_FLAGS_DISABLE_NEW_PROFILE_MANAGEMENT_DESCRIPTION" desc="Description for the flag to disable the new profile management.">
|
| + Enables old profile management system, without profile lock or the new avatar menu UI.
|
| + </message>
|
| + <message name="IDS_FLAGS_DISABLE_ACCOUNT_CONSISTENCY_NAME" desc="Title for the flag to disable the account consistency between browser and cookie jar.">
|
| + Enable to stop identity consistency between browser and cookie jar
|
| + </message>
|
| + <message name="IDS_FLAGS_DISABLE_ACCOUNT_CONSISTENCY_DESCRIPTION" desc="Description for the flag to disable the account consistency between browser and cookie jar.">
|
| + When enabled, the browser does not manage signing in and out of Google accounts.
|
| + </message>
|
| + </if>
|
| + <if expr="not is_android">
|
| + <message name="IDS_FLAGS_ENABLE_NEW_PROFILE_MANAGEMENT_NAME" desc="Title for the flag to enable the new profile management.">
|
| + Enable new profile management system
|
| + </message>
|
| + <message name="IDS_FLAGS_ENABLE_NEW_PROFILE_MANAGEMENT_DESCRIPTION" desc="Description for the flag to enable the new profile management.">
|
| + Enables the new profile management system, including profile lock and the new avatar menu UI.
|
| + </message>
|
| + <message name="IDS_FLAGS_ENABLE_ACCOUNT_CONSISTENCY_NAME" desc="Title for the flag to enable the account consistency between browser and cookie jar.">
|
| + Enable identity consistency between browser and cookie jar
|
| + </message>
|
| + <message name="IDS_FLAGS_ENABLE_ACCOUNT_CONSISTENCY_DESCRIPTION" desc="Description for the flag to enable the account consistency between browser and cookie jar.">
|
| + When enabled, the browser manages signing in and out of Google accounts.
|
| + </message>
|
| + </if>
|
| +
|
| <message name="IDS_FLAGS_ENABLE_FAST_USER_SWITCHING_NAME" desc="Title for the flag to enable fast user switching.">
|
| Enable fast user switching in the avatar menu
|
| </message>
|
|
|