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 c7bf9009fe57bfa614112ce8300c86af2d3a2baa..3dc4b45aa97a02c158fb441846a2078da4fe4472 100644 |
--- a/components/nacl/browser/nacl_host_message_filter.h |
+++ b/components/nacl/browser/nacl_host_message_filter.h |
@@ -67,6 +67,8 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter { |
void AsyncReturnTemporaryFile(int pp_instance, |
base::PlatformFile fd, |
bool is_hit); |
+ void OnNaClDebugEnabledForURL(const GURL& nmf_url, bool* should_debug); |
+ |
int render_process_id_; |
// off_the_record_ is copied from the profile partly so that it can be |