| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index 4f142fbd62bdf8a87a60be7c76568cba83fa64da..a541fab236535ca80fa81c358c81d816671c4f19 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -281,10 +281,6 @@ bool ContentBrowserClient::AllowPepperSocketAPI(
|
| return false;
|
| }
|
|
|
| -base::FilePath ContentBrowserClient::GetHyphenDictionaryDirectory() {
|
| - return base::FilePath();
|
| -}
|
| -
|
| ui::SelectFilePolicy* ContentBrowserClient::CreateSelectFilePolicy(
|
| WebContents* web_contents) {
|
| return NULL;
|
|
|