Index: components/nacl/browser/nacl_host_message_filter.cc |
diff --git a/components/nacl/browser/nacl_host_message_filter.cc b/components/nacl/browser/nacl_host_message_filter.cc |
index 1334ffaf8de5ba67a6b075d7a1ff242e5881c4f9..7b48cc217a67ceef8f41613985a5aeb0e2d4beef 100644 |
--- a/components/nacl/browser/nacl_host_message_filter.cc |
+++ b/components/nacl/browser/nacl_host_message_filter.cc |
@@ -21,7 +21,8 @@ NaClHostMessageFilter::NaClHostMessageFilter( |
bool is_off_the_record, |
const base::FilePath& profile_directory, |
net::URLRequestContextGetter* request_context) |
- : render_process_id_(render_process_id), |
+ : BrowserMessageFilter(NaClHostMsgStart), |
+ render_process_id_(render_process_id), |
off_the_record_(is_off_the_record), |
profile_directory_(profile_directory), |
request_context_(request_context), |