diff options
author | kaliamoorthi@chromium.org <kaliamoorthi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 21:48:01 +0000 |
---|---|---|
committer | kaliamoorthi@chromium.org <kaliamoorthi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 21:48:01 +0000 |
commit | 0ec3d4eda461fb75ff0c7bed5823e821851528cc (patch) | |
tree | 72593c469b7afeefb781a34eff450393b6bda814 /chrome/app/generated_resources.grd | |
parent | dd9e04d9c706ce366dec5f4d3e264767986bc632 (diff) | |
download | chromium_src-0ec3d4eda461fb75ff0c7bed5823e821851528cc.zip chromium_src-0ec3d4eda461fb75ff0c7bed5823e821851528cc.tar.gz chromium_src-0ec3d4eda461fb75ff0c7bed5823e821851528cc.tar.bz2 |
Enabled "Disconnect your Google account" button in settings for managed accounts.
This CL enables "Disconnect your Google account" button for managed accounts. The button is made to delete the user profile for managed accounts and retain its old behavior for unmanaged ones.
BUG=314621
Review URL: https://codereview.chromium.org/177093018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256939 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 7821bde..d159686 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -13782,6 +13782,9 @@ Some features may be unavailable. Please check that the profile exists and you <message name="IDS_PROFILES_DELETE_MANAGED_ADDENDUM" desc="Additional message shown in the same dialog following the IDS_PROFILES_DELETE_MESSAGE, explaining to the user what will happen if they delete the profile of a supervised user."> Settings and browsing history for this supervised user may still be visible by the manager at <ph name="BEGIN_LINK"><a target="_blank" href="https://www.chrome.com/manage"></ph>www.chrome.com/manage<ph name="END_LINK"></a><ex></a></ex></ph>. </message> + <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_LEARN_MORE" desc="Learn more link that provides more information on managed accounts."> + Learn more + </message> <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the multi-profiles list when this profile is the current profile"> <ph name="PROFILE_NAME">$1<ex>New User</ex></ph> (current) </message> |