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

Unified Diff: third_party/liblouis/nacl_wrapper/liblouis_instance.h

Issue 589133002: Make undefined Unicode characters show up in a nicer way in braille. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moretables
Patch Set: Fix typo. Created 6 years, 3 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/liblouis/liblouis_nacl.gyp ('k') | third_party/liblouis/nacl_wrapper/liblouis_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/liblouis/nacl_wrapper/liblouis_instance.h
diff --git a/third_party/liblouis/nacl_wrapper/liblouis_instance.h b/third_party/liblouis/nacl_wrapper/liblouis_instance.h
index d202a7681d776f5f340dc626c2f87fb304bea321..e1064055a24648cc092a9ff113af53c10607fbc7 100644
--- a/third_party/liblouis/nacl_wrapper/liblouis_instance.h
+++ b/third_party/liblouis/nacl_wrapper/liblouis_instance.h
@@ -60,7 +60,7 @@ class LibLouisInstance : public pp::Instance {
const std::string& message_id);
// Called to check a table on a background thread.
- void CheckTableInBackground(int32_t result, const std::string& table_name,
+ void CheckTableInBackground(int32_t result, const std::string& table_names,
const std::string& message_id);
// Parses and executes a translation command.
@@ -77,7 +77,7 @@ class LibLouisInstance : public pp::Instance {
// Called to back-translate text on a background thread.
void BackTranslateInBackground(int32_t result,
- const std::string& table_name, const std::vector<unsigned char>& cells,
+ const std::string& table_names, const std::vector<unsigned char>& cells,
const std::string& message_id);
LibLouisWrapper liblouis_;
« no previous file with comments | « third_party/liblouis/liblouis_nacl.gyp ('k') | third_party/liblouis/nacl_wrapper/liblouis_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698