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

Unified Diff: ppapi/cpp/instance.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/c/ppp_instance.h ('k') | ppapi/cpp/instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/instance.h
diff --git a/ppapi/cpp/instance.h b/ppapi/cpp/instance.h
index 03c325900e6ead50d53c9d5de5fc8c1a1680d88f..a55660e15c8d44bff3b0f8ade8ab8a3cc4ec6f59 100644
--- a/ppapi/cpp/instance.h
+++ b/ppapi/cpp/instance.h
@@ -185,20 +185,6 @@ class Instance {
/// @{
/// @name PPB_Instance methods for querying the browser:
-#ifndef PPAPI_INSTANCE_REMOVE_SCRIPTING
- /// See PPP_Instance.GetInstanceObject.
- virtual Var GetInstanceObject();
-
- /// See PPB_Instance.GetWindowObject.
- Var GetWindowObject();
-
- /// See PPB_Instance.GetOwnerElementObject.
- Var GetOwnerElementObject();
-
- /// See PPB_Instance.ExecuteScript.
- Var ExecuteScript(const Var& script, Var* exception = NULL);
-#endif
-
/// See PPB_Instance.BindGraphics.
bool BindGraphics(const Graphics2D& graphics);
« no previous file with comments | « ppapi/c/ppp_instance.h ('k') | ppapi/cpp/instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698