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