diff options
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.cc')
-rw-r--r-- | chrome/browser/chrome_content_browser_client.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc index 1c3ee3a..df748f8 100644 --- a/chrome/browser/chrome_content_browser_client.cc +++ b/chrome/browser/chrome_content_browser_client.cc @@ -2413,12 +2413,6 @@ bool ChromeContentBrowserClient::AllowPepperSocketAPI( #endif } -base::FilePath ChromeContentBrowserClient::GetHyphenDictionaryDirectory() { - base::FilePath directory; - PathService::Get(chrome::DIR_APP_DICTIONARIES, &directory); - return directory.Append(FILE_PATH_LITERAL("Hyphen")); -} - ui::SelectFilePolicy* ChromeContentBrowserClient::CreateSelectFilePolicy( WebContents* web_contents) { return new ChromeSelectFilePolicy(web_contents); |