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

Unified Diff: chrome/browser/resources/sync_promo.js

Issue 8689006: Create a field test for sync sign in promo strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: small typo spotted by tmccoy Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_promo.js
===================================================================
--- chrome/browser/resources/sync_promo.js (revision 111699)
+++ chrome/browser/resources/sync_promo.js (working copy)
@@ -275,6 +275,10 @@
SyncPromo.getInstance().recordPageViewActions_();
};
+ SyncPromo.populatePromoMessage = function(resName) {
+ SyncPromo.getInstance().populatePromoMessage_(resName);
+ };
+
// Export
return {
SyncPromo: SyncPromo
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698