Index: components/arc/set_wallpaper_delegate.h |
diff --git a/components/arc/set_wallpaper_delegate.h b/components/arc/set_wallpaper_delegate.h |
index 28e5ed038c5248a219b2b3f78e1294c8d4a7cd5a..21b9a7042a7000d7d61fde349217928753597cca 100644 |
--- a/components/arc/set_wallpaper_delegate.h |
+++ b/components/arc/set_wallpaper_delegate.h |
@@ -18,6 +18,8 @@ class SetWallpaperDelegate { |
// Sets an image represented in JPEG format as the wallpaper. |
virtual void SetWallpaper(std::vector<uint8_t> jpeg_data) = 0; |
+ // Gets current wallpaper encoded in JPEG format. |
+ virtual std::vector<uint8_t> GetWallpaper() const = 0; |
}; |
} // namespace arc |