diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-03 06:39:01 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-03 06:39:01 +0000 |
commit | 19176d47a9da4dd0d25470360564762fcf0061be (patch) | |
tree | a53124707356a628931c44bd1407d48c0dfeebd9 /ipc/ipc_message_utils.h | |
parent | f46a4015b76c47e69b869c53dec4f2d812a111de (diff) | |
download | chromium_src-19176d47a9da4dd0d25470360564762fcf0061be.zip chromium_src-19176d47a9da4dd0d25470360564762fcf0061be.tar.gz chromium_src-19176d47a9da4dd0d25470360564762fcf0061be.tar.bz2 |
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
Diffstat (limited to 'ipc/ipc_message_utils.h')
-rw-r--r-- | ipc/ipc_message_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. }; |