| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 161449)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -203,6 +203,7 @@
|
| virtual bool AllowPepperSocketAPI(content::BrowserContext* browser_context,
|
| const GURL& url) OVERRIDE;
|
| virtual bool AllowPepperPrivateFileAPI() OVERRIDE;
|
| + virtual FilePath GetHyphenDictionaryDirectory() OVERRIDE;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| virtual void GetAdditionalMappedFilesForChildProcess(
|
|
|