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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js

Issue 2944703004: Run clang-format on .js files in c/b/r/chromeos (Closed)
Patch Set: 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/chromeos/wallpaper_manager/js/constants.js
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js b/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
index 47e7afa91d1661db1d9a68eb36038ac84fdd1cca..b7c75fe34705eb0f384524cbb736e70cea3113ab 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/js/constants.js
@@ -63,13 +63,13 @@
* Wallpaper sources enum.
*/
WallpaperSourceEnum: {
- Online: 'ONLINE',
- Daily: 'DAILY',
- OEM: 'OEM',
- Custom: 'CUSTOM',
- ThirdParty: 'THIRDPARTY',
- AddNew: 'ADDNEW',
- Default: 'DEFAULT'
+ Online: 'ONLINE',
+ Daily: 'DAILY',
+ OEM: 'OEM',
+ Custom: 'CUSTOM',
+ ThirdParty: 'THIRDPARTY',
+ AddNew: 'ADDNEW',
+ Default: 'DEFAULT'
},
/**
@@ -90,10 +90,7 @@
/**
* Wallpaper directory enum.
*/
- WallpaperDirNameEnum: {
- ORIGINAL: 'original',
- THUMBNAIL: 'thumbnail'
- },
+ WallpaperDirNameEnum: {ORIGINAL: 'original', THUMBNAIL: 'thumbnail'},
/**
* The filename prefix for a third party wallpaper.

Powered by Google App Engine
This is Rietveld 408576698