| Index: components/nacl/browser/test_nacl_browser_delegate.h
|
| diff --git a/components/nacl/browser/test_nacl_browser_delegate.h b/components/nacl/browser/test_nacl_browser_delegate.h
|
| index 5c583507ef8f03132edcb8a5f51fd5a0acaed28f..8476d4f9d8cd4b901128a1e385bae5a662d7a6e0 100644
|
| --- a/components/nacl/browser/test_nacl_browser_delegate.h
|
| +++ b/components/nacl/browser/test_nacl_browser_delegate.h
|
| @@ -34,6 +34,7 @@ class TestNaClBrowserDelegate : public NaClBrowserDelegate {
|
| content::BrowserPpapiHost* ppapi_host) OVERRIDE;
|
| virtual bool MapUrlToLocalFilePath(const GURL& url,
|
| bool use_blocking_api,
|
| + const base::FilePath& profile_directory,
|
| base::FilePath* file_path) OVERRIDE;
|
| virtual void SetDebugPatterns(std::string debug_patterns) OVERRIDE;
|
| virtual bool URLMatchesDebugPatterns(const GURL& manifest_url) OVERRIDE;
|
|
|