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

Unified Diff: remoting/webapp/me2mom/remoting.js

Issue 7635012: Host process i18n and Linux implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 4 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
« remoting/host/plugin/host_plugin_utils.h ('K') | « remoting/webapp/me2mom/l10n.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
« remoting/host/plugin/host_plugin_utils.h ('K') | « remoting/webapp/me2mom/l10n.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698