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

Unified Diff: third_party/WebKit/public/web/WebPlugin.h

Issue 2100513002: Delete more probably unused plugin code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: third_party/WebKit/public/web/WebPlugin.h
diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h
index 34d39e174a79be3ed5f51f68f7c5a6fa96f8ea93..9e9d71dbc271534ffd13ba50adef7f8df765e489 100644
--- a/third_party/WebKit/public/web/WebPlugin.h
+++ b/third_party/WebKit/public/web/WebPlugin.h
@@ -92,7 +92,6 @@ public:
// if the container has been assigned a new plugin, then the container will
// own the new plugin, not this old plugin.
virtual WebPluginContainer* container() const { return nullptr; }
- virtual void containerDidDetachFromParent() { }
virtual v8::Local<v8::Object> v8ScriptableObject(v8::Isolate*) { return v8::Local<v8::Object>(); }

Powered by Google App Engine
This is Rietveld 408576698