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

Unified Diff: chrome/test/data/webui/md_user_manager/test_profile_browser_proxy.js

Issue 1901853002: Import supervised user dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-confirmation-page
Patch Set: Addressed comments + rebase Created 4 years, 8 months 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/test/data/webui/md_user_manager/create_profile_tests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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});
},
« no previous file with comments | « chrome/test/data/webui/md_user_manager/create_profile_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698