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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_tutorial.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/user_manager_tutorial.js
diff --git a/chrome/browser/resources/md_user_manager/user_manager_tutorial.js b/chrome/browser/resources/md_user_manager/user_manager_tutorial.js
index a9da577e1e39c84db10ad34bf559634dbe08224d..1001781073c058bd7c2456f1ab4e854c476a1845 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_tutorial.js
+++ b/chrome/browser/resources/md_user_manager/user_manager_tutorial.js
@@ -25,29 +25,19 @@ Polymer({
* True if the tutorial is currently hidden.
* @private {boolean}
*/
- hidden_: {
- type: Boolean,
- value: true
- },
+ hidden_: {type: Boolean, value: true},
/**
* Current tutorial step ID.
* @type {string}
*/
- currentStep_: {
- type: String,
- value: ''
- },
+ currentStep_: {type: String, value: ''},
/**
* Enum values for the step IDs.
* @private {TutorialSteps}
*/
- steps_: {
- readOnly: true,
- type: Object,
- value: TutorialSteps
- }
+ steps_: {readOnly: true, type: Object, value: TutorialSteps}
},
/**

Powered by Google App Engine
This is Rietveld 408576698