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

Unified Diff: chrome/browser/resources/chromeos/arc_support/background.js

Issue 2900253006: WebUI: Fix more violations of no-extra-semi lint rule. (Closed)
Patch Set: clang-format 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/arc_support/background.js
diff --git a/chrome/browser/resources/chromeos/arc_support/background.js b/chrome/browser/resources/chromeos/arc_support/background.js
index cece40fbe56cbc7746cd82ff5c8403d23f79f76e..09ebafd3b0df1372e4d870211cf71fdc57527ecf 100644
--- a/chrome/browser/resources/chromeos/arc_support/background.js
+++ b/chrome/browser/resources/chromeos/arc_support/background.js
@@ -132,7 +132,7 @@ class PreferenceCheckbox {
onLearnMoreLinkClicked() {
showTextOverlay(this.learnMoreContent_);
}
-};
+}
/**
* Handles the checkbox action of metrics preference.
@@ -189,7 +189,7 @@ class MetricsPreferenceCheckbox extends PreferenceCheckbox {
chrome.browser.openTab({'url': 'chrome://settings'}, function() {});
event.preventDefault();
}
-};
+}
/**
* Represents the page loading state.
@@ -397,7 +397,7 @@ class TermsOfServicePage {
onLocationServicePreferenceChanged(isEnabled, isManaged) {
this.locationServiceCheckbox_.onPreferenceChanged(isEnabled, isManaged);
}
-};
+}
/**
* Applies localization for html content and sets terms webview.

Powered by Google App Engine
This is Rietveld 408576698