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

Unified Diff: content/shell/renderer/shell_render_process_observer.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: content/shell/renderer/shell_render_process_observer.cc
diff --git a/content/shell/renderer/shell_render_process_observer.cc b/content/shell/renderer/shell_render_process_observer.cc
index d4a69a1c684bac2db3c5312c695ca407feda8aa3..960f4a121516773617b74c6364d9e036fc6fc45f 100644
--- a/content/shell/renderer/shell_render_process_observer.cc
+++ b/content/shell/renderer/shell_render_process_observer.cc
@@ -77,8 +77,6 @@ bool ShellRenderProcessObserver::OnControlMessageReceived(
bool handled = true;
IPC_BEGIN_MESSAGE_MAP(ShellRenderProcessObserver, message)
IPC_MESSAGE_HANDLER(ShellViewMsg_SetWebKitSourceDir, OnSetWebKitSourceDir)
- IPC_MESSAGE_HANDLER(ShellViewMsg_LoadHyphenDictionary,
- OnLoadHyphenDictionary)
IPC_MESSAGE_UNHANDLED(handled = false)
IPC_END_MESSAGE_MAP()
@@ -90,10 +88,4 @@ void ShellRenderProcessObserver::OnSetWebKitSourceDir(
webkit_source_dir_ = webkit_source_dir;
}
-void ShellRenderProcessObserver::OnLoadHyphenDictionary(
- const IPC::PlatformFileForTransit& dict_file) {
- ShellContentRendererClient::Get()->LoadHyphenDictionary(
- IPC::PlatformFileForTransitToPlatformFile(dict_file));
-}
-
} // namespace content
« no previous file with comments | « content/shell/renderer/shell_render_process_observer.h ('k') | content/shell/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698