diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-12 19:18:24 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-12 19:18:24 +0000 |
commit | 704dd3637a9e986f4636302c3ce11700fbdba4ab (patch) | |
tree | 548448356ffc01514561392263350c254bdfe850 /chrome/common/common_resources.grd | |
parent | c8a4adac77067c640bfe0a585a973bdc3fa1e6f9 (diff) | |
download | chromium_src-704dd3637a9e986f4636302c3ce11700fbdba4ab.zip chromium_src-704dd3637a9e986f4636302c3ce11700fbdba4ab.tar.gz chromium_src-704dd3637a9e986f4636302c3ce11700fbdba4ab.tar.bz2 |
Add chrome.extension to extension_api.json and docs.
This required making it so that extension_api.json definitions defer to existing bindings so that the chrome.extension object can remain setup in renderer_extension_bindings.js.
Also fixed a minor bug with error handling in the api_generator.js
Moved "Port" type to the new extension module.
Removed a bunch of trailing whitespace from the extension_api.json.
Review URL: http://codereview.chromium.org/165323
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_resources.grd')
-rw-r--r-- | chrome/common/common_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/common_resources.grd b/chrome/common/common_resources.grd index 5fc44f4..ed07464 100644 --- a/chrome/common/common_resources.grd +++ b/chrome/common/common_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. rw --> +without changes to the corresponding grd file. rw2 --> <grit latest_public_release="0" current_release="1"> <outputs> <output filename="grit/common_resources.h" type="rc_header"> |