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

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

Issue 1566713005: Make the third party wallpaper syncable through different devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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_api.h
diff --git a/chrome/browser/chromeos/extensions/wallpaper_api.h b/chrome/browser/chromeos/extensions/wallpaper_api.h
index e1d2517467d289903198c8820e123dc579adf8ef..cd2420c58d76f60ec428b8c30eb8542f4a0ef52b 100644
--- a/chrome/browser/chromeos/extensions/wallpaper_api.h
+++ b/chrome/browser/chromeos/extensions/wallpaper_api.h
@@ -41,7 +41,8 @@ class WallpaperSetWallpaperFunction : public WallpaperFunctionBase {
scoped_ptr<gfx::ImageSkia> image);
// Thumbnail is ready. Calls api function javascript callback.
- void ThumbnailGenerated(base::RefCountedBytes* data);
+ void ThumbnailGenerated(base::RefCountedBytes* original_data,
+ base::RefCountedBytes* thumbnail_data);
// Called by OnURLFetchComplete().
void OnWallpaperFetched(bool success, const std::string& response);

Powered by Google App Engine
This is Rietveld 408576698