| Index: chrome/test/data/webui/md_user_manager/test_profile_browser_proxy.js
|
| diff --git a/chrome/test/data/webui/md_user_manager/test_profile_browser_proxy.js b/chrome/test/data/webui/md_user_manager/test_profile_browser_proxy.js
|
| index c2b937423acc539b0eada10394147c26952dfcfe..8b5e009310a070b2f1779f86209c51be7efb7911 100644
|
| --- a/chrome/test/data/webui/md_user_manager/test_profile_browser_proxy.js
|
| +++ b/chrome/test/data/webui/md_user_manager/test_profile_browser_proxy.js
|
| @@ -91,11 +91,12 @@ TestProfileBrowserProxy.prototype = {
|
|
|
| /** @override */
|
| createProfile: function(profileName, profileIconUrl, isSupervised,
|
| - custodianProfilePath) {
|
| + supervisedUserId, custodianProfilePath) {
|
| this.methodCalled('createProfile',
|
| {profileName: profileName,
|
| profileIconUrl: profileIconUrl,
|
| isSupervised: isSupervised,
|
| + supervisedUserId: supervisedUserId,
|
| custodianProfilePath: custodianProfilePath});
|
| },
|
|
|
|
|