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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_animated_pages.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
Index: chrome/browser/resources/settings/settings_page/settings_animated_pages.js
diff --git a/chrome/browser/resources/settings/settings_page/settings_animated_pages.js b/chrome/browser/resources/settings/settings_page/settings_animated_pages.js
index 9fa356dce6083e9e59b26d249abcfbe8d4a466fc..b2c80e50dcac824108b7cf925db7ad8379800fee 100644
--- a/chrome/browser/resources/settings/settings_page/settings_animated_pages.js
+++ b/chrome/browser/resources/settings/settings_page/settings_animated_pages.js
@@ -70,10 +70,10 @@ Polymer({
'settings-subpage[route-path=\"' +
settings.Route.SITE_SETTINGS_COOKIES.path + '\"]';
-// <if expr="chromeos">
+ // <if expr="chromeos">
whitelist += ', settings-subpage[route-path=\"' +
settings.Route.INTERNET_NETWORKS.path + '\"]';
-// </if>
+ // </if>
if (!e.detail.item.matches('neon-animatable, ' + whitelist))
return;

Powered by Google App Engine
This is Rietveld 408576698