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

Unified Diff: content/shell/tools/plugin/PluginTest.cpp

Issue 1426923007: Remove PluginLoadObserver and related logic, it was only used for NPAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/shell/tools/plugin/PluginTest.cpp
diff --git a/content/shell/tools/plugin/PluginTest.cpp b/content/shell/tools/plugin/PluginTest.cpp
index d0a56c711e7a673711f3313be4a09a67ac6ce7b8..fa95d8911e9d1914d96bf0acf72896b2dc8d8ea5 100644
--- a/content/shell/tools/plugin/PluginTest.cpp
+++ b/content/shell/tools/plugin/PluginTest.cpp
@@ -135,16 +135,6 @@ NPError PluginTest::NPP_SetValue(NPNVariable, void* value) {
// NPN functions.
-NPError PluginTest::NPN_GetURL(const char* url, const char* target) {
- return browser->geturl(m_npp, url, target);
-}
-
-NPError PluginTest::NPN_GetURLNotify(const char* url,
- const char* target,
- void* notifyData) {
- return browser->geturlnotify(m_npp, url, target, notifyData);
-}
-
NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) {
return browser->getvalue(m_npp, variable, value);
}
« no previous file with comments | « content/shell/tools/plugin/PluginTest.h ('k') | content/shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698