diff options
author | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 21:01:52 +0000 |
---|---|---|
committer | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 21:01:52 +0000 |
commit | 1784e83a07f691ac0caa78d32eaf527cfe02b834 (patch) | |
tree | bef5aae98152a1d2835cd321cd715dcd4ce8205f /chrome/browser/browser_resources.grd | |
parent | b7f044b62aa5547ecb4a6862c4a7b3fa5ec83de3 (diff) | |
download | chromium_src-1784e83a07f691ac0caa78d32eaf527cfe02b834.zip chromium_src-1784e83a07f691ac0caa78d32eaf527cfe02b834.tar.gz chromium_src-1784e83a07f691ac0caa78d32eaf527cfe02b834.tar.bz2 |
Add a disable button to the Extension management UI.
TEST=Try installing and/or loading some extensions, and toggling between enable and disable in the management UI (chrome://extensions).
BUG=12122
Review URL: http://codereview.chromium.org/199018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25659 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index b1dec77..15777e7 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- This comment is only here because changes to resources are not picked up -without changes to the corresponding grd file. as1 --> +without changes to the corresponding grd file. mp2 --> <grit latest_public_release="0" current_release="1"> <outputs> <output filename="grit/browser_resources.h" type="rc_header"> |