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

Unified Diff: chrome/browser/chromeos/extensions/wallpaper_api.h

Issue 221873005: Some cleanup of WallpaperManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Compilation fix. Created 6 years, 8 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/chromeos/extensions/wallpaper_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/wallpaper_api.h
diff --git a/chrome/browser/chromeos/extensions/wallpaper_api.h b/chrome/browser/chromeos/extensions/wallpaper_api.h
index 224d2b538f503e438d7722caa2976c24e55433f6..7fe549d3b30f6485c0d324fcf5cc2428ce8d6065 100644
--- a/chrome/browser/chromeos/extensions/wallpaper_api.h
+++ b/chrome/browser/chromeos/extensions/wallpaper_api.h
@@ -32,7 +32,7 @@ class WallpaperSetWallpaperFunction : public WallpaperFunctionBase {
virtual bool RunImpl() OVERRIDE;
private:
- virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) OVERRIDE;
+ virtual void OnWallpaperDecoded(const gfx::ImageSkia& image) OVERRIDE;
// Generates thumbnail of custom wallpaper. A simple STRETCH is used for
// generating thumbnail.
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/wallpaper_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698