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

Unified Diff: chrome/browser/resources/settings/a11y_page/a11y_page.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/settings/a11y_page/a11y_page.js
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.js b/chrome/browser/resources/settings/a11y_page/a11y_page.js
index 365655e977c8387ac4ffe3251c6e71985bdcd4c7..d0cdb20ffb1f9be7a00b8c216ef8769ac31985ae 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.js
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.js
@@ -29,12 +29,12 @@ Polymer({
},
},
-<if expr="chromeos">
+ /* <if expr="chromeos"> */
/** @private */
onManageAccessibilityFeaturesTap_: function() {
settings.navigateTo(settings.Route.MANAGE_ACCESSIBILITY);
},
-</if>
+ /* </if> */
/** @private */
onMoreFeaturesTap_: function() {

Powered by Google App Engine
This is Rietveld 408576698