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

Unified Diff: chrome/browser/resources/options/supervised_user_import.js

Issue 560563004: Compile chrome://settings, part 5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_make_public
Patch Set: fixed assert errors Created 6 years, 3 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
Index: chrome/browser/resources/options/supervised_user_import.js
diff --git a/chrome/browser/resources/options/supervised_user_import.js b/chrome/browser/resources/options/supervised_user_import.js
index a8ec33c93e0eaebcd2175a54f09c01c640cc5fe0..edfaa35cdbe248447b3298246f3f6f1555008d17 100644
--- a/chrome/browser/resources/options/supervised_user_import.js
+++ b/chrome/browser/resources/options/supervised_user_import.js
@@ -175,15 +175,9 @@ cr.define('options', function() {
/**
* Sets the data model of the supervised user list to |supervisedUsers|.
- * @param {Array.<Object>} supervisedUsers Array of supervised user objects.
- * Each object is of the form:
- * supervisedUser = {
- * id: "Supervised User ID",
- * name: "Supervised User Name",
- * iconURL: "chrome://path/to/icon/image",
- * onCurrentDevice: true or false,
- * needAvatar: true or false
- * }
+ * @param {Array.<{id: string, name: string, iconURL: string,
+ * onCurrentDevice: boolean, needAvatar: boolean}>} supervisedUsers
+ * Array of supervised user objects.
* @private
*/
receiveExistingSupervisedUsers_: function(supervisedUsers) {
« no previous file with comments | « chrome/browser/resources/options/startup_overlay.js ('k') | chrome/browser/ui/webui/options/handler_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698