Index: components/nacl/browser/nacl_host_message_filter.h |
diff --git a/components/nacl/browser/nacl_host_message_filter.h b/components/nacl/browser/nacl_host_message_filter.h |
index 3dc4b45aa97a02c158fb441846a2078da4fe4472..02274091001e59b7f3dc95fce6e047b542290e56 100644 |
--- a/components/nacl/browser/nacl_host_message_filter.h |
+++ b/components/nacl/browser/nacl_host_message_filter.h |
@@ -40,6 +40,7 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter { |
int render_process_id() { return render_process_id_; } |
bool off_the_record() { return off_the_record_; } |
+ const base::FilePath& profile_directory() const { return profile_directory_; } |
net::HostResolver* GetHostResolver(); |
private: |