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

Unified Diff: chrome/browser/resources/md_user_manager/supervised_user_create_confirm.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/md_user_manager/supervised_user_create_confirm.js
diff --git a/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.js b/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.js
index 69a041f6e123264223b3fd4ff287ff8b08b86d69..e5ba99e779bfdec977a4a6f04d4cadc3fc230552 100644
--- a/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.js
+++ b/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.js
@@ -90,8 +90,8 @@ Polymer({
* @private
*/
titleText_: function(profileInfo) {
- return this.i18n('supervisedUserCreatedTitle',
- this.elideProfileName_(profileInfo));
+ return this.i18n(
+ 'supervisedUserCreatedTitle', this.elideProfileName_(profileInfo));
},
/**
@@ -117,8 +117,8 @@ Polymer({
* @private
*/
switchUserText_: function(profileInfo) {
- return this.i18n('supervisedUserCreatedSwitch',
- this.elideProfileName_(profileInfo));
+ return this.i18n(
+ 'supervisedUserCreatedSwitch', this.elideProfileName_(profileInfo));
},
/**

Powered by Google App Engine
This is Rietveld 408576698