Index: chrome/browser/chromeos/arc/arc_wallpaper_handler.h |
diff --git a/chrome/browser/chromeos/arc/arc_wallpaper_handler.h b/chrome/browser/chromeos/arc/arc_wallpaper_handler.h |
index 3b0b132fcbd722353d935f0d9a09a6814d58b43e..a4c8cb8c4fe2caf4523695e5cc954e35a99813d4 100644 |
--- a/chrome/browser/chromeos/arc/arc_wallpaper_handler.h |
+++ b/chrome/browser/chromeos/arc/arc_wallpaper_handler.h |
@@ -28,7 +28,9 @@ class ArcWallpaperHandler : public SetWallpaperDelegate, |
// SetWallpaperDelegate implementation. |
void SetWallpaper(std::vector<uint8_t> jpeg_data) override; |
- |
+ // Returns current wallpaper. |
+ void GetWallpaper(const base::Callback<void(std::vector<uint8_t> image)>& |
dcheng
2016/08/25 06:23:48
This (and the previous function) should probably p
Muyuan
2016/08/25 20:33:16
Done. Also updated the previous function.
|
+ callback) const override; |
// ImageDecoder::ImageRequest implementation. |
void OnImageDecoded(const SkBitmap& bitmap) override; |
void OnDecodeImageFailed() override; |