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

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

Issue 12334030: New custom wallpaper picker UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use FileSystem to store user custom wallpaper, so only one custom wallpaper is saved in shared dire… Created 7 years, 10 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/chromeos/extensions/wallpaper_private_api.h
diff --git a/chrome/browser/chromeos/extensions/wallpaper_private_api.h b/chrome/browser/chromeos/extensions/wallpaper_private_api.h
index 2c7486b1914ecc8e960ace7d4db14ffb86e3a0df..8bd7086116a38f74bb473e1b5f0954531dc7f896 100644
--- a/chrome/browser/chromeos/extensions/wallpaper_private_api.h
+++ b/chrome/browser/chromeos/extensions/wallpaper_private_api.h
@@ -162,6 +162,12 @@ class WallpaperPrivateSetCustomWallpaperFunction
// Layout of the downloaded wallpaper.
ash::WallpaperLayout layout_;
+ // True if need to generate thumbnail and pass to callback.
+ bool generate_thumbnail_;
+
+ // Unique file name of the custom wallpaper.
+ std::string file_name_;
+
// Email address of logged in user.
std::string email_;

Powered by Google App Engine
This is Rietveld 408576698