Chromium Code Reviews| Index: chrome/browser/resources/sync_confirmation/sync_confirmation.js |
| diff --git a/chrome/browser/resources/sync_confirmation/sync_confirmation.js b/chrome/browser/resources/sync_confirmation/sync_confirmation.js |
| index dca1b5877b1816dfc0091a57e0c574d1dc1648d8..447201bfd6fede5edf4a80e45cbffa453033c1f0 100644 |
| --- a/chrome/browser/resources/sync_confirmation/sync_confirmation.js |
| +++ b/chrome/browser/resources/sync_confirmation/sync_confirmation.js |
| @@ -23,6 +23,7 @@ cr.define('sync.confirmation', function() { |
| $('settingsLink').addEventListener('click', onGoToSettings); |
| $('profile-picture').addEventListener('load', onPictureLoaded); |
| chrome.send('initialized'); |
| + chrome.send('resizeNativeView', [document.body.scrollHeight]); |
|
Dan Beam
2016/04/05 06:42:41
nit: why do you need both 'initialized' and 'resiz
anthonyvd
2016/04/05 14:24:48
Good point, they don't need to be separate. Done.
|
| } |
| function setUserImageURL(url) { |