Changeset 424 for trunk/WebCore/bridge/npapi.h
- Timestamp:
- 07/30/08 15:12:45 (5 months ago)
- Files:
-
- trunk/WebCore/bridge/npapi.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/bridge/npapi.h
r388 r424 336 336 */ 337 337 NPPVformValue = 16, /* Not implemented in WebKit */ 338 339 NPPVpluginUrlRequestsDisplayedBool = 17, /* Not implemented in WebKit */ 340 341 /* Checks if the plugin is interested in receiving the http body of 342 * failed http requests (http status != 200). 343 */ 344 NPPVpluginWantsAllNetworkStreams = 18, 345 338 346 #ifdef XP_MACOSX 339 347 /* Used for negotiating drawing models */
