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

Unified Diff: chrome/browser/resources/chromeos/login/notification_card.js

Issue 2944703004: Run clang-format on .js files in c/b/r/chromeos (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/chromeos/login/notification_card.js
diff --git a/chrome/browser/resources/chromeos/login/notification_card.js b/chrome/browser/resources/chromeos/login/notification_card.js
index 880ded8bf8464d5e9e7653db25581fdefaaf01b7..fd0c129e0e6013a3dabc2eba12219ec7f567503f 100644
--- a/chrome/browser/resources/chromeos/login/notification_card.js
+++ b/chrome/browser/resources/chromeos/login/notification_card.js
@@ -6,20 +6,11 @@ Polymer({
is: 'notification-card',
properties: {
- buttonLabel: {
- type: String,
- value: ''
- },
-
- linkLabel: {
- type: String,
- value: ''
- },
-
- type: {
- type: String,
- value: ''
- }
+ buttonLabel: {type: String, value: ''},
+
+ linkLabel: {type: String, value: ''},
+
+ type: {type: String, value: ''}
},
iconNameByType_: function(type) {

Powered by Google App Engine
This is Rietveld 408576698