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

Unified Diff: webkit/plugins/ppapi/plugin_module.h

Issue 11365235: Add PPAPI permissions for file chooser, PDF, testing, video capture, and video decode. (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
« no previous file with comments | « ppapi/proxy/ppp_printing_proxy.cc ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/plugin_module.h
diff --git a/webkit/plugins/ppapi/plugin_module.h b/webkit/plugins/ppapi/plugin_module.h
index 0761e2d7ded918ddac97babbd7fe2e8d61c283e8..0a2371495be5602d0210fe808dff29daabdb8263 100644
--- a/webkit/plugins/ppapi/plugin_module.h
+++ b/webkit/plugins/ppapi/plugin_module.h
@@ -133,7 +133,7 @@ class WEBKIT_PLUGINS_EXPORT PluginModule :
const std::string& name() const { return name_; }
const FilePath& path() const { return path_; }
- const ::ppapi::PpapiPermissions permissions() const { return permissions_; }
+ const ::ppapi::PpapiPermissions& permissions() const { return permissions_; }
PluginInstance* CreateInstance(PluginDelegate* delegate);
« no previous file with comments | « ppapi/proxy/ppp_printing_proxy.cc ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698