Index: remoting/webapp/me2mom/remoting.js |
diff --git a/remoting/webapp/me2mom/remoting.js b/remoting/webapp/me2mom/remoting.js |
index 484212ef683277797d6042c08a80ff30c13122d5..464605bd8a2d9ba84abf55c2ffc03127aa319f59 100644 |
--- a/remoting/webapp/me2mom/remoting.js |
+++ b/remoting/webapp/me2mom/remoting.js |
@@ -229,6 +229,7 @@ remoting.tryShare = function() { |
div.appendChild(plugin); |
plugin.onStateChanged = onStateChanged_; |
plugin.logDebugInfo = debugInfoCallback_; |
+ plugin.localizeString = chrome.i18n.getMessage; |
plugin.connect(getEmail(), |
'oauth2:' + remoting.oauth2.getAccessToken()); |
} |