diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-16 12:54:48 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-16 12:54:48 +0000 |
commit | 6a7ef1035a4758a6cb2bc3c11c0ba895a71eb61f (patch) | |
tree | 0a2d753b572778c51ecf106d6df3db489f02e285 /chrome/app | |
parent | fb6ac6ad6ed23d1564e539718c762b9982f843a3 (diff) | |
download | chromium_src-6a7ef1035a4758a6cb2bc3c11c0ba895a71eb61f.zip chromium_src-6a7ef1035a4758a6cb2bc3c11c0ba895a71eb61f.tar.gz chromium_src-6a7ef1035a4758a6cb2bc3c11c0ba895a71eb61f.tar.bz2 |
Remove UI relating to disabling plugin controls for all but the first profile to be launched.
This effectively reverts most of http://crrev.com/93250, now that the underlying issue has been fixed.
BUG=80794
TEST=none
Review URL: http://codereview.chromium.org/7870001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 49dafb3..6335ba6 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4218,12 +4218,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_PLUGINS_NO_PLUGINS" desc="Text that indicates that no plugins are installed"> No plugins are installed </message> - <message name="IDS_PLUGINS_DISABLED_HEADER" desc="Text right before the plugins disabled body text."> - Plugin preferences have been disabled. - </message> - <message name="IDS_PLUGINS_DISABLED_TEXT" desc="Text at the top of the about:plugins page on profiles launched after the first profile, warning that they may not control plugins during this browser session."> - There are multiple simultaneous users of Chrome on this computer. Only the first user to launch Chrome can modify these preferences. Sorry about that! - </message> <!-- about:policy --> <message name="IDS_POLICY_TITLE" desc="The title for the about:policies page."> |