Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3545)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 86e75848aacd888e4bce09577aa450e86be6be31..eaec0aa846876974f3dfdc2ae591aa9e960bb3ca 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2435,12 +2435,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);
« no previous file with comments | « chrome/browser/chrome_content_browser_client.h ('k') | content/browser/hyphenator/hyphenator_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698