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

Unified Diff: content/plugin/plugin_channel.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/common/plugin_messages.h ('k') | content/plugin/plugin_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/plugin_channel.h
diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h
index 27acc4cb4200e3f7d55a7bb60ca234e1b698f7f6..b83b133050cd221da54b5705de63d943045ff25e 100644
--- a/content/plugin/plugin_channel.h
+++ b/content/plugin/plugin_channel.h
@@ -84,7 +84,7 @@ class PluginChannel : public NPChannelBase {
void OnGenerateRouteID(int* route_id);
void OnClearSiteData(const std::string& site,
uint64 flags,
- base::Time begin_time);
+ uint64 max_age);
std::vector<scoped_refptr<WebPluginDelegateStub> > plugin_stubs_;
« no previous file with comments | « content/common/plugin_messages.h ('k') | content/plugin/plugin_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698