summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r--webkit/glue/webplugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h
index 682e138..354dd73 100644
--- a/webkit/glue/webplugin.h
+++ b/webkit/glue/webplugin.h
@@ -118,6 +118,10 @@ class WebPlugin {
// Returns true iff in off the record (Incognito) mode.
virtual bool IsOffTheRecord() = 0;
+ // Called when the WebPluginResourceClient instance is deleted.
+ virtual void ResourceClientDeleted(
+ WebPluginResourceClient* resource_client) {}
+
private:
DISALLOW_EVIL_CONSTRUCTORS(WebPlugin);
};