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

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

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/manage_a11y_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5f236ee6f15ca83055500a1577331e20c2489842..99ecf4da04d8547cea5b7039c93ec6cb2e07aca4 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.js
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.js
@@ -33,20 +33,20 @@ Polymer({
type: Object,
value: function() {
var map = new Map();
-// <if expr="chromeos">
+ // <if expr="chromeos">
map.set(
settings.Route.MANAGE_ACCESSIBILITY.path,
'#subpage-trigger .subpage-arrow');
-// </if>
+ // </if>
return map;
},
},
},
-// <if expr="chromeos">
+ // <if expr="chromeos">
/** @private */
onManageAccessibilityFeaturesTap_: function() {
settings.navigateTo(settings.Route.MANAGE_ACCESSIBILITY);
},
-// </if>
+ // </if>
});
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/manage_a11y_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698