| Index: chrome/browser/resources/sync_promo/sync_promo.js
|
| diff --git a/chrome/browser/resources/sync_promo/sync_promo.js b/chrome/browser/resources/sync_promo/sync_promo.js
|
| index 20aa64a7d05e21b8be8c4c721364cfb3a485068f..3173b8259c94011f2e7b098a3555107bedb930d0 100644
|
| --- a/chrome/browser/resources/sync_promo/sync_promo.js
|
| +++ b/chrome/browser/resources/sync_promo/sync_promo.js
|
| @@ -16,8 +16,8 @@ cr.define('sync_promo', function() {
|
| */
|
| function SyncPromo() {
|
| options.SyncSetupOverlay.call(this, 'syncSetup',
|
| - templateData.syncSetupOverlayTabTitle,
|
| - 'sync-setup-overlay');
|
| + loadTimeData.getString('syncSetupOverlayTabTitle'),
|
| + 'sync-setup-overlay');
|
| }
|
|
|
| // Replicating enum from chrome/common/extensions/extension_constants.h.
|
| @@ -56,8 +56,6 @@ cr.define('sync_promo', function() {
|
|
|
| // Initializes the page.
|
| initializePage: function() {
|
| - localStrings = new LocalStrings();
|
| -
|
| options.SyncSetupOverlay.prototype.initializePage.call(this);
|
|
|
| // Hide parts of the login UI and show the promo UI.
|
|
|