diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 00:24:28 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 00:24:28 +0000 |
commit | 0306b3c7e97b23a91f44121b3a798ff6fa8c243f (patch) | |
tree | 8c20f9d2ea0f1c069fabd62c38428ad202734f70 /third_party/npapi | |
parent | 1cc48f14278f4bb882d633ab4776b09478e7f668 (diff) | |
download | chromium_src-0306b3c7e97b23a91f44121b3a798ff6fa8c243f.zip chromium_src-0306b3c7e97b23a91f44121b3a798ff6fa8c243f.tar.gz chromium_src-0306b3c7e97b23a91f44121b3a798ff6fa8c243f.tar.bz2 |
Implement NPN_GetValueForURL and NPN_SetValueForURL and add a stub for NPN_GetAuthenticationInfo. With these NPAPI functions there's no need to simulate being in Firefox and implement NPN_GetValue for NPNVserviceManager.
TEST=run manual test that Ken added in test\data\plugin over http
Review URL: http://codereview.chromium.org/251101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/npapi')
-rw-r--r-- | third_party/npapi/bindings/npapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h index 2970546..628f00d 100644 --- a/third_party/npapi/bindings/npapi.h +++ b/third_party/npapi/bindings/npapi.h @@ -139,7 +139,7 @@ #define NP_VERSION_MAJOR 0 // BEGIN GOOGLE MODIFICATIONS -#define NP_VERSION_MINOR 19 // maximum version currently supported by Chromium +#define NP_VERSION_MINOR 22 // maximum version currently supported by Chromium // END GOOGLE MODIFICATIONS |