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

Unified Diff: content/browser/renderer_host/pepper_file_message_filter.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
Index: content/browser/renderer_host/pepper_file_message_filter.h
diff --git a/content/browser/renderer_host/pepper_file_message_filter.h b/content/browser/renderer_host/pepper_file_message_filter.h
index 325488e3c426818b0e117afd186c0d6cc8abc1c7..c02f229472c93b96e4126d14f6606dadbe078728 100644
--- a/content/browser/renderer_host/pepper_file_message_filter.h
+++ b/content/browser/renderer_host/pepper_file_message_filter.h
@@ -44,6 +44,11 @@ class PepperFileMessageFilter : public content::BrowserMessageFilter {
int child_id() const { return child_id_; }
+ // Returns the name of the pepper data directory that we'll use. The argument
viettrungluu 2012/04/11 02:48:10 "that we'll use" ... for what? For "Pepper module
+ // is the profile path so that this can be used on any thread independent of
+ // the profile context.
+ static FilePath GetDataDirName(const FilePath& profile_path);
+
private:
friend class content::BrowserThread;
friend class base::DeleteHelper<PepperFileMessageFilter>;

Powered by Google App Engine
This is Rietveld 408576698