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

Unified Diff: content/renderer/pepper/pepper_plugin_delegate_impl.h

Issue 11368019: Add support for external out-of-process PPAPI plugins in the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
===================================================================
--- content/renderer/pepper/pepper_plugin_delegate_impl.h (revision 166155)
+++ content/renderer/pepper/pepper_plugin_delegate_impl.h (working copy)
@@ -477,7 +477,8 @@
const FilePath& path,
ppapi::PpapiPermissions permissions,
const IPC::ChannelHandle& channel_handle,
- int plugin_child_id);
+ int plugin_child_id,
+ bool is_external);
// ContextMenuClient implementation.
virtual void OnMenuAction(int request_id, unsigned action) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698