| Index: chrome/browser/nacl_host/nacl_browser_delegate_impl.h
|
| diff --git a/chrome/browser/nacl_host/nacl_browser_delegate_impl.h b/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
|
| index dd25389308c842ae249e56db2888712d3ac3a55c..e9b8f95187449f9034792e2922e5b04bd93d2c0b 100644
|
| --- a/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
|
| +++ b/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
|
| @@ -45,8 +45,11 @@ class NaClBrowserDelegateImpl : public NaClBrowserDelegate {
|
| const GURL& manifest_url) OVERRIDE;
|
|
|
| private:
|
| +#if defined(ENABLE_EXTENSIONS)
|
| scoped_refptr<extensions::InfoMap> GetExtensionInfoMap(
|
| const base::FilePath& profile_directory);
|
| +#endif
|
| +
|
| ProfileManager* profile_manager_;
|
| std::vector<URLPattern> debug_patterns_;
|
| bool inverse_debug_patterns_;
|
|
|