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

Unified Diff: ppapi/shared_impl/var.cc

Issue 524353002: Remove the unused remnants of NPObject from Pepper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/shared_impl/var.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/var.cc
diff --git a/ppapi/shared_impl/var.cc b/ppapi/shared_impl/var.cc
index 195a5544dfe0553df92039c5e9b69baa390b44c2..c9aee16e30561c4a74c130577c7844926fcb9f71 100644
--- a/ppapi/shared_impl/var.cc
+++ b/ppapi/shared_impl/var.cc
@@ -80,8 +80,6 @@ StringVar* Var::AsStringVar() { return NULL; }
ArrayBufferVar* Var::AsArrayBufferVar() { return NULL; }
-NPObjectVar* Var::AsNPObjectVar() { return NULL; }
-
V8ObjectVar* Var::AsV8ObjectVar() { return NULL; }
ProxyObjectVar* Var::AsProxyObjectVar() { return NULL; }
« no previous file with comments | « ppapi/shared_impl/var.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698