From 7bb5d2c279c73089a99c283fdf993c08e2b1f50b Mon Sep 17 00:00:00 2001 From: "victorhsieh@chromium.org" Date: Mon, 29 Apr 2013 22:33:49 +0000 Subject: Pass profile directory to NaClProcessHost Profile directory is passed correctly in pure plugin, but not NaCl. BrowserPpapiHostImpl didn't have a real profile directory. The real value is now passed from ChromeRenderMessageFilter::OnLaunchNaCl -> NaClProcessHost -> BrowserPpapiHostImpl. BUG=235072 Review URL: https://chromiumcodereview.appspot.com/14475010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197166 0039d316-1c4b-4281-b951-d872f2087c98 --- content/public/browser/browser_ppapi_host.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/public/browser/browser_ppapi_host.h') diff --git a/content/public/browser/browser_ppapi_host.h b/content/public/browser/browser_ppapi_host.h index d23908e..b831e09 100644 --- a/content/public/browser/browser_ppapi_host.h +++ b/content/public/browser/browser_ppapi_host.h @@ -47,7 +47,8 @@ class CONTENT_EXPORT BrowserPpapiHost { IPC::ChannelProxy* channel, net::HostResolver* host_resolver, int render_process_id, - int render_view_id); + int render_view_id, + const base::FilePath& profile_directory); virtual ~BrowserPpapiHost() {} -- cgit v1.1