diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 02:18:23 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 02:18:23 +0000 |
commit | 7bff8ce11c4c3833d0b6df245d9269a201995df4 (patch) | |
tree | 75b4bdb63de61ae67f7495a8a04ecf0f5c2d36a1 /chrome/browser/browser_resources.grd | |
parent | 81ae0a99d2a8d729c4417d95e622ed5b3fd802a3 (diff) | |
download | chromium_src-7bff8ce11c4c3833d0b6df245d9269a201995df4.zip chromium_src-7bff8ce11c4c3833d0b6df245d9269a201995df4.tar.gz chromium_src-7bff8ce11c4c3833d0b6df245d9269a201995df4.tar.bz2 |
Don't show themes in extension config UI. This fixes various bugs
where the extension config UI doesn't work right with themes.
This isn't ideal because users go to chrome://extensions/
expecting themes to be listed. If they aren't there, users
might be confused. But I don't have an alternate solution.
Also, this change removes the error listing from the top of chrome://extensions/. These errors are just getting noisy, I don't think they provide much value.
BUG=13649,18456
Review URL: http://codereview.chromium.org/160631
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22578 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 71476ba..4512f69 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. --> +without changes to the corresponding grd file. aa1 --> <grit latest_public_release="0" current_release="1"> <outputs> <output filename="grit/browser_resources.h" type="rc_header"> |