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

Unified Diff: content/browser/renderer_host/pepper_file_message_filter.h

Issue 7464009: Removal of Profile from content part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: slight tweaking for comments Created 9 years, 5 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 a241b44b33dfc2cecfaeb026b823d6f2d0dc90a3..6fa662c2f3eb38ee123f0f879ef3c5c42c31ebd0 100644
--- a/content/browser/renderer_host/pepper_file_message_filter.h
+++ b/content/browser/renderer_host/pepper_file_message_filter.h
@@ -18,7 +18,9 @@
#include "ipc/ipc_platform_file.h"
#include "webkit/plugins/ppapi/dir_contents.h"
-class Profile;
+namespace content {
+class BrowserContext;
+}
namespace webkit {
namespace ppapi {
@@ -29,7 +31,8 @@ class PepperFilePath;
// A message filter for Pepper-specific File I/O messages.
class PepperFileMessageFilter : public BrowserMessageFilter {
public:
- PepperFileMessageFilter(int child_id, Profile* profile);
+ PepperFileMessageFilter(int child_id,
+ content::BrowserContext* browser_context);
// BrowserMessageFilter methods:
virtual void OverrideThreadForMessage(const IPC::Message& message,
« no previous file with comments | « content/browser/renderer_host/mock_render_process_host.cc ('k') | content/browser/renderer_host/pepper_file_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698