| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index fd32fe4fc7ab48a7f7eebe96dc63ebbe4b55ac8f..a4370d4df4a3f831a83038c59f9395a057fa47cf 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -558,9 +558,6 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| bool private_api,
|
| const SocketPermissionRequest& params);
|
|
|
| - // Returns the directory containing hyphenation dictionaries.
|
| - virtual base::FilePath GetHyphenDictionaryDirectory();
|
| -
|
| // Returns an implementation of a file selecition policy. Can return NULL.
|
| virtual ui::SelectFilePolicy* CreateSelectFilePolicy(
|
| WebContents* web_contents);
|
|
|