diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 03:17:42 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 03:17:42 +0000 |
commit | 13a8961bf84b7132e2ae588ea644bf7b8012fe75 (patch) | |
tree | a73821a3f05a106d64dfb583b729726bf75b90c8 /chrome/browser/browser_resources.grd | |
parent | 38570a4a25452eaa63d0556456f80d33c0e231df (diff) | |
download | chromium_src-13a8961bf84b7132e2ae588ea644bf7b8012fe75.zip chromium_src-13a8961bf84b7132e2ae588ea644bf7b8012fe75.tar.gz chromium_src-13a8961bf84b7132e2ae588ea644bf7b8012fe75.tar.bz2 |
A few more fixes to chrome://extensions/.
* Pull PackExtensionJob out into its own file so that it could
more easily be reused in the future.
* Disable OK button while PackExtnesionJob is running to give
a bit of feedback that something is happening.
* Fix title-casing. Apparently sentence-casing is Google UX
stanard.
Review URL: http://codereview.chromium.org/176047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25013 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 b840604..9480db9 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. aa3 --> +without changes to the corresponding grd file. aa4 --> <grit latest_public_release="0" current_release="1"> <outputs> <output filename="grit/browser_resources.h" type="rc_header"> |