| Index: chrome/browser/resources/options/sync_setup_overlay.js
|
| diff --git a/chrome/browser/resources/options/sync_setup_overlay.js b/chrome/browser/resources/options/sync_setup_overlay.js
|
| index 50a297a373ebead001ce4cd4a1d5da9e1c599bfd..59332d260bfc57d7f887a5f333bab07a934606d8 100644
|
| --- a/chrome/browser/resources/options/sync_setup_overlay.js
|
| +++ b/chrome/browser/resources/options/sync_setup_overlay.js
|
| @@ -842,10 +842,11 @@ cr.define('options', function() {
|
| /**
|
| * Starts the signin process for the user. Does nothing if the user is
|
| * already signed in.
|
| + * @param {boolean} creatingSupervisedUser
|
| * @private
|
| */
|
| - startSignIn_: function(accessPoint) {
|
| - chrome.send('SyncSetupStartSignIn', [accessPoint]);
|
| + startSignIn_: function(creatingSupervisedUser) {
|
| + chrome.send('SyncSetupStartSignIn', [creatingSupervisedUser]);
|
| },
|
|
|
| /**
|
|
|