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

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

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 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_list_data.js
diff --git a/chrome/browser/resources/options/supervised_user_list_data.js b/chrome/browser/resources/options/supervised_user_list_data.js
index 78967ca3e8aa30fa631cf6d7abd04124fdef3ef5..190ea6ead80db8b2d34e689a4d58db98282fdeb5 100644
--- a/chrome/browser/resources/options/supervised_user_list_data.js
+++ b/chrome/browser/resources/options/supervised_user_list_data.js
@@ -31,8 +31,8 @@ cr.define('options', function() {
* }
* @private
*/
- SupervisedUserListData.prototype.receiveExistingSupervisedUsers_ =
- function(supervisedUsers) {
+ SupervisedUserListData.prototype.receiveExistingSupervisedUsers_ = function(
+ supervisedUsers) {
if (!this.promise_) {
this.onDataChanged_(supervisedUsers);
return;

Powered by Google App Engine
This is Rietveld 408576698