Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index 834824cc812576c21a16ed94de39bdbd44292e50..7277d1ea5cfc8ff919ea2a562dea1dccde8ae505 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -254,6 +254,8 @@ |
content::WebContents* web_contents) OVERRIDE; |
virtual void GetAdditionalAllowedSchemesForFileSystem( |
std::vector<std::string>* additional_schemes) OVERRIDE; |
+ virtual void GetURLRequestAutoMountHandlers( |
+ std::vector<fileapi::URLRequestAutoMountHandler>* handlers) OVERRIDE; |
virtual void GetAdditionalFileSystemBackends( |
content::BrowserContext* browser_context, |
const base::FilePath& storage_partition_path, |