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

Unified Diff: third_party/liblouis/nacl_wrapper/translation_params.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: Address nits, rename a json key and related parameters/variables. 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
Index: third_party/liblouis/nacl_wrapper/translation_params.h
diff --git a/third_party/liblouis/nacl_wrapper/translation_params.h b/third_party/liblouis/nacl_wrapper/translation_params.h
index 3505520d285b5c2d38e56eb73d7d158003231207..cb1938e597e4e3989d9b603e3781825ec4dcc82a 100644
--- a/third_party/liblouis/nacl_wrapper/translation_params.h
+++ b/third_party/liblouis/nacl_wrapper/translation_params.h
@@ -22,7 +22,7 @@ namespace liblouis_nacl {
// Struct containing the parameters of translation.
struct TranslationParams {
public:
- std::string table_name;
+ std::string table_names;
std::string text;
int cursor_position;
};

Powered by Google App Engine
This is Rietveld 408576698