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

Unified Diff: content/common/plugin_messages.h

Issue 9981015: Add an interface for Flash to clear its data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/plugin/plugin_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/plugin_messages.h
diff --git a/content/common/plugin_messages.h b/content/common/plugin_messages.h
index 689ac6eadd5e3452cff1c75c9348ab5f2181f7d7..a096021ded8bf70f396dad9e20d0f642e206e464 100644
--- a/content/common/plugin_messages.h
+++ b/content/common/plugin_messages.h
@@ -296,10 +296,9 @@ IPC_MESSAGE_ROUTED1(PluginMsg_SetFakeAcceleratedSurfaceWindowHandle,
#endif
IPC_MESSAGE_CONTROL3(PluginMsg_ClearSiteData,
- std::string, /* site */
- uint64, /* flags */
- base::Time /* begin_time */)
-
+ std::string /* site */,
+ uint64 /* flags */,
+ uint64 /* max_age */)
//-----------------------------------------------------------------------------
// PluginHost messages
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/plugin/plugin_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698