Index: chrome/browser/chrome_content_browser_client.h |
=================================================================== |
--- chrome/browser/chrome_content_browser_client.h (revision 179949) |
+++ chrome/browser/chrome_content_browser_client.h (working copy) |
@@ -210,6 +210,8 @@ |
const GURL& url, |
const content::SocketPermissionRequest& params) OVERRIDE; |
virtual FilePath GetHyphenDictionaryDirectory() OVERRIDE; |
+ virtual ui::SelectFilePolicy* CreateSelectFilePolicy( |
+ content::WebContents* web_contents) OVERRIDE; |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
virtual void GetAdditionalMappedFilesForChildProcess( |