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

Unified Diff: ash/default_user_wallpaper_delegate.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: ash/default_user_wallpaper_delegate.cc
diff --git a/ash/default_user_wallpaper_delegate.cc b/ash/default_user_wallpaper_delegate.cc
index f42ac714bc6b10b85c25720d932cfb065d0f6c7e..3e22043b95a1de83b999330a657f20e289367105 100644
--- a/ash/default_user_wallpaper_delegate.cc
+++ b/ash/default_user_wallpaper_delegate.cc
@@ -19,32 +19,28 @@ int DefaultUserWallpaperDelegate::GetAnimationDurationOverride() {
}
void DefaultUserWallpaperDelegate::SetAnimationDurationOverride(
- int animation_duration_in_ms) {
-}
+ int animation_duration_in_ms) {}
bool DefaultUserWallpaperDelegate::ShouldShowInitialAnimation() {
return false;
}
-void DefaultUserWallpaperDelegate::UpdateWallpaper(bool clear_cache) {
-}
+void DefaultUserWallpaperDelegate::UpdateWallpaper(bool clear_cache) {}
void DefaultUserWallpaperDelegate::InitializeWallpaper() {
- ash::Shell::GetInstance()->desktop_background_controller()->
- CreateEmptyWallpaper();
+ ash::Shell::GetInstance()
+ ->desktop_background_controller()
+ ->CreateEmptyWallpaper();
}
-void DefaultUserWallpaperDelegate::OpenSetWallpaperPage() {
-}
+void DefaultUserWallpaperDelegate::OpenSetWallpaperPage() {}
bool DefaultUserWallpaperDelegate::CanOpenSetWallpaperPage() {
return false;
}
-void DefaultUserWallpaperDelegate::OnWallpaperAnimationFinished() {
-}
+void DefaultUserWallpaperDelegate::OnWallpaperAnimationFinished() {}
-void DefaultUserWallpaperDelegate::OnWallpaperBootAnimationFinished() {
-}
+void DefaultUserWallpaperDelegate::OnWallpaperBootAnimationFinished() {}
} // namespace ash
« no previous file with comments | « ash/content/keyboard_overlay/keyboard_overlay_view.cc ('k') | ash/desktop_background/desktop_background_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698