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

Unified Diff: chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_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
Index: chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.js
diff --git a/chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.js b/chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.js
index 77d18fd1acf38d6cff28af6322e00f70b0b3499a..89dd30b24ae5ae34f797d10f2159d27c7117bcdd 100644
--- a/chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.js
+++ b/chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.js
@@ -237,9 +237,9 @@ Polymer({
* Hides the Cleanup card.
* @private
*/
- onDismiss_: function() {
- this.fire('chrome-cleanup-dismissed');
- },
+ onDismiss_: function() {
+ this.fire('chrome-cleanup-dismissed');
+ },
/**
* Dismiss the card.

Powered by Google App Engine
This is Rietveld 408576698