Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Unified Diff: content/child/npapi/webplugin_delegate_impl.h

Issue 139303020: Merge 245600 "Give QuickTime the plugin stream data in writeable..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/npapi/webplugin_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npapi/webplugin_delegate_impl.h
===================================================================
--- content/child/npapi/webplugin_delegate_impl.h (revision 245614)
+++ content/child/npapi/webplugin_delegate_impl.h (working copy)
@@ -76,6 +76,7 @@
PLUGIN_QUIRK_IGNORE_FIRST_SETWINDOW_CALL = 65536, // Windows.
PLUGIN_QUIRK_EMULATE_IME = 131072, // Windows.
PLUGIN_QUIRK_FAKE_WINDOW_FROM_POINT = 262144, // Windows.
+ PLUGIN_QUIRK_COPY_STREAM_DATA = 524288, // All platforms
};
static WebPluginDelegateImpl* Create(WebPlugin* plugin,
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/npapi/webplugin_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698