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

Unified Diff: third_party/hyphen/hyphen.h

Issue 9545017: Adds a hy-phen-ator. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « third_party/hyphen/hyph_en_US.dic ('k') | third_party/hyphen/hyphen.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hyphen/hyphen.h
===================================================================
--- third_party/hyphen/hyphen.h (revision 146932)
+++ third_party/hyphen/hyphen.h (working copy)
@@ -90,7 +90,11 @@
int new_state;
};
+#ifdef HYPHEN_CHROME_CLIENT
+HyphenDict *hnj_hyphen_load (const unsigned char *data, size_t size);
+#else
HyphenDict *hnj_hyphen_load (const char *fn);
+#endif
void hnj_hyphen_free (HyphenDict *dict);
/* obsolete, use hnj_hyphen_hyphenate2() or *hyphenate3() functions) */
« no previous file with comments | « third_party/hyphen/hyph_en_US.dic ('k') | third_party/hyphen/hyphen.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698