Chromium Code Reviews

Unified Diff: webkit/glue/plugins/plugin_instance.h

Issue 4832002: Add PluginDataRemover. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: foo Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/plugin/plugin_channel.cc ('k') | webkit/glue/plugins/plugin_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_instance.h
diff --git a/webkit/glue/plugins/plugin_instance.h b/webkit/glue/plugins/plugin_instance.h
index c853bfaae8722db61491850dc67fc3b9b458932b..3d4d8b08c58afa01b56e68ea3aac0e9ed52275a8 100644
--- a/webkit/glue/plugins/plugin_instance.h
+++ b/webkit/glue/plugins/plugin_instance.h
@@ -198,6 +198,7 @@ class PluginInstance : public base::RefCountedThreadSafe<PluginInstance> {
short NPP_HandleEvent(void*);
void NPP_Destroy();
bool NPP_Print(NPPrint* platform_print);
+ NPError NPP_ClearSiteData(uint64, const char*, uint64);
void SendJavaScriptStream(const GURL& url,
const std::string& result,
« no previous file with comments | « chrome/plugin/plugin_channel.cc ('k') | webkit/glue/plugins/plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine