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

Unified Diff: chrome/browser/resources/chromeos/login/arc_terms_of_service.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/arc_terms_of_service.js
diff --git a/chrome/browser/resources/chromeos/login/arc_terms_of_service.js b/chrome/browser/resources/chromeos/login/arc_terms_of_service.js
index a4cce26c510db34c4a479e9ec52a3b8c7a227e05..a54a0a94455c37007bfc336f7299248e298ed01a 100644
--- a/chrome/browser/resources/chromeos/login/arc_terms_of_service.js
+++ b/chrome/browser/resources/chromeos/login/arc_terms_of_service.js
@@ -40,7 +40,7 @@ Polymer({
*
* @private
*/
- onAccept_ : function() {
+ onAccept_: function() {
this.screen.onAccept();
},
@@ -49,7 +49,7 @@ Polymer({
*
* @private
*/
- onRetry_ : function() {
+ onRetry_: function() {
this.screen.reloadPlayStore();
},
@@ -58,7 +58,7 @@ Polymer({
*
* @private
*/
- onSkip_ : function() {
+ onSkip_: function() {
this.screen.onSkip();
}
});

Powered by Google App Engine
This is Rietveld 408576698