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

Unified Diff: ppapi/cpp/private/instance_private.h

Issue 7362012: Remove untrusted scripting support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 9 years, 5 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 | « ppapi/cpp/module.cc ('k') | ppapi/cpp/private/instance_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/instance_private.h
diff --git a/ppapi/cpp/private/instance_private.h b/ppapi/cpp/private/instance_private.h
index 2d7add8bdcd66f2df2268d9143661f4f36784dcf..d658f0b66f4fadcbaae082603b2209f4e8750453 100644
--- a/ppapi/cpp/private/instance_private.h
+++ b/ppapi/cpp/private/instance_private.h
@@ -28,10 +28,8 @@ class InstancePrivate : public Instance {
// @{
/// @name PPP_Instance_Private methods for the plugin to override:
-#ifdef PPAPI_INSTANCE_REMOVE_SCRIPTING
/// See PPP_Instance_Private.GetInstanceObject.
virtual Var GetInstanceObject();
-#endif
// @}
« no previous file with comments | « ppapi/cpp/module.cc ('k') | ppapi/cpp/private/instance_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698