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

Unified Diff: chrome/browser/resources/md_user_manager/profile_browser_proxy.js

Issue 2600683002: Run tools/clang-format-js on some of chrome/browser/resources/ (Closed)
Patch Set: hackhackhack Created 3 years, 11 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/md_user_manager/profile_browser_proxy.js
diff --git a/chrome/browser/resources/md_user_manager/profile_browser_proxy.js b/chrome/browser/resources/md_user_manager/profile_browser_proxy.js
index 1712a8a16d0a7d8ce53ec17f633a00b1db4f7b2b..cfc9a4d66f29fd1de5679fec5ade012343fa90e0 100644
--- a/chrome/browser/resources/md_user_manager/profile_browser_proxy.js
+++ b/chrome/browser/resources/md_user_manager/profile_browser_proxy.js
@@ -75,8 +75,9 @@ cr.define('signin', function() {
* @param {string} custodianProfilePath Profile path of the custodian if
* the new profile is supervised.
*/
- createProfile: function(profileName, profileIconUrl, createShortcut,
- isSupervised, supervisedUserId, custodianProfilePath) {
+ createProfile: function(
+ profileName, profileIconUrl, createShortcut, isSupervised,
+ supervisedUserId, custodianProfilePath) {
assertNotReached();
},
@@ -177,11 +178,13 @@ cr.define('signin', function() {
},
/** @override */
- createProfile: function(profileName, profileIconUrl, createShortcut,
- isSupervised, supervisedUserId, custodianProfilePath) {
- chrome.send('createProfile',
- [profileName, profileIconUrl, createShortcut, isSupervised,
- supervisedUserId, custodianProfilePath]);
+ createProfile: function(
+ profileName, profileIconUrl, createShortcut, isSupervised,
+ supervisedUserId, custodianProfilePath) {
+ chrome.send('createProfile', [
+ profileName, profileIconUrl, createShortcut, isSupervised,
+ supervisedUserId, custodianProfilePath
+ ]);
},
/** @override */

Powered by Google App Engine
This is Rietveld 408576698