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

Unified Diff: components/arc/common/wallpaper.mojom

Issue 2332063004: cheets: remove setWallpaper from ArcIntentHelper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reduce setting wallpaper latency. Created 4 years, 1 month 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 | « chrome/browser/chromeos/arc/wallpaper/arc_wallpaper_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/wallpaper.mojom
diff --git a/components/arc/common/wallpaper.mojom b/components/arc/common/wallpaper.mojom
index 6f400742a4be283ca878feaeb295076cc75ee723..4feb1f428bf71a3642af0c08bc306ce8ee2ad71e 100644
--- a/components/arc/common/wallpaper.mojom
+++ b/components/arc/common/wallpaper.mojom
@@ -13,8 +13,8 @@ interface WallpaperHost {
GetWallpaper@0() => (array<uint8> wallpaper);
// Sets an image from ARC as the wallpaper.
- // |png_data| is a PNG encoded wallpaper image.
- SetWallpaper@1(array<uint8> png_data);
+ // |data| is a byte array of the wallpaper image.
+ SetWallpaper@1(array<uint8> data);
};
// Connects with container side to publish wallpaper related intents.
« no previous file with comments | « chrome/browser/chromeos/arc/wallpaper/arc_wallpaper_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698