Index: components/nacl/browser/nacl_browser_delegate.h |
diff --git a/components/nacl/browser/nacl_browser_delegate.h b/components/nacl/browser/nacl_browser_delegate.h |
index 2cdff83dc4f67284a19ce71250ed0a4fa829e11d..0e1c655a7b92fc161a7db7c8ae813673e0e83a86 100644 |
--- a/components/nacl/browser/nacl_browser_delegate.h |
+++ b/components/nacl/browser/nacl_browser_delegate.h |
@@ -65,6 +65,7 @@ class NaClBrowserDelegate { |
// urls checking only the url scheme against kExtensionScheme). |
virtual bool MapUrlToLocalFilePath(const GURL& url, |
bool use_blocking_api, |
+ const base::FilePath& profile_directory, |
base::FilePath* file_path) = 0; |
// Set match patterns which will be checked before enabling debug stub. |
virtual void SetDebugPatterns(std::string debug_patterns) = 0; |