| Index: third_party/google_input_tools/src/chrome/os/inputview/elements/content/emojikey.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/emojikey.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/emojikey.js
|
| index 17cab0790b2587524fbdafc4d9314a16ca251812..be2f52b842a0485a5a453bb2c6b84fd34706b3e8 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/emojikey.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/emojikey.js
|
| @@ -90,6 +90,9 @@ EmojiKey.prototype.createDom = function() {
|
| * @return {string} .
|
| */
|
| EmojiKey.prototype.getLocalizedName = function() {
|
| + if (this.isEmoticon) {
|
| + return chrome.i18n.getMessage('smiley');
|
| + }
|
| var lead = this.text.charCodeAt(0);
|
| if (!lead) {
|
| return '';
|
|
|