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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.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/oobe_screen_autolaunch.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.js b/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.js
index ed9fe639e256aa7da0e37c2b24d525af27064245..a27e4b78e06e7839683f6feec85f904a99a8e2f9 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.js
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_autolaunch.js
@@ -27,7 +27,7 @@ login.createScreen('AutolaunchScreen', 'autolaunch', function() {
var confirmButton = this.ownerDocument.createElement('button');
confirmButton.id = 'autolaunch-confirm-button';
confirmButton.textContent =
- loadTimeData.getString('autolaunchConfirmButton');
+ loadTimeData.getString('autolaunchConfirmButton');
confirmButton.addEventListener('click', function(e) {
chrome.send('autolaunchOnConfirm');
e.stopPropagation();
@@ -91,6 +91,3 @@ login.createScreen('AutolaunchScreen', 'autolaunch', function() {
}
};
});
-
-
-

Powered by Google App Engine
This is Rietveld 408576698