Index: chrome/plugin/plugin_channel.h |
diff --git a/chrome/plugin/plugin_channel.h b/chrome/plugin/plugin_channel.h |
index 3fb940e48752ffaf4d89e1f85d3a7703205e4870..cc444c054cafa4145a9660cd838ad08e75364182 100644 |
--- a/chrome/plugin/plugin_channel.h |
+++ b/chrome/plugin/plugin_channel.h |
@@ -76,6 +76,9 @@ class PluginChannel : public PluginChannelBase { |
void OnCreateInstance(const std::string& mime_type, int* instance_id); |
void OnDestroyInstance(int instance_id, IPC::Message* reply_msg); |
void OnGenerateRouteID(int* route_id); |
+ void OnClearSiteData(uint64 flags, |
+ const std::string& domain, |
+ base::Time begin_time); |
#if defined(OS_POSIX) |
// Close the plugin process' copy of the renderer's side of the plugin |