From 19176d47a9da4dd0d25470360564762fcf0061be Mon Sep 17 00:00:00 2001 From: "hbono@chromium.org" Date: Mon, 3 Sep 2012 06:39:01 +0000 Subject: In-te-grate hy-phen-ator to con-tent. This change integrates the Hyphenator class to content so Chrome can use it. This change basically consists of two parts: * Adds a couple of IPC messages so a renderer asks a browser to open hyphenation dictionaries; * Adds a HyphenatorMessageFilter class, which opens hyphenation dictionaries in a browser process; * Changes the Hyphenator class to send IPC messages to open hyphenation dictionaries. BUG=47083 TEST=HyphenatorTest.SetDictionary,HyphenatorMessageFilterTest.OpenDictionary Review URL: https://chromiumcodereview.appspot.com/10854245 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154663 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_message_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ipc') diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 0d92f67..37f3afe 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -104,6 +104,7 @@ enum IPCMessageStart { ChromotingMsgStart, OldBrowserPluginMsgStart, BrowserPluginMsgStart, + HyphenatorMsgStart, AndroidWebViewMsgStart, LastIPCMsgStart // Must come last. }; -- cgit v1.1