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

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

Issue 2902033002: WebUI: Fix violations of no-extra-semi lint rule. (Closed)
Patch Set: Created 3 years, 7 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_oauth_enrollment.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
index 1208b8d931814b60db4326063ef3b128cb3cea7f..2ff4fa3cbfa76af271ef798441ce3d6320a5afaa 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
@@ -195,7 +195,7 @@ login.createScreen('OAuthEnrollmentScreen', 'oauth-enrollment', function() {
this.doRetry_.bind(this));
function doneCallback() {
chrome.send('oauthEnrollClose', ['done']);
- };
+ }
$('oauth-enroll-attribute-prompt-error-card').addEventListener(
'buttonclick', doneCallback);

Powered by Google App Engine
This is Rietveld 408576698