| Index: components/arc/common/intent_helper.mojom
|
| diff --git a/components/arc/common/intent_helper.mojom b/components/arc/common/intent_helper.mojom
|
| index 5c5bc12c8551f21117a23784734d743456ec7d68..e84fbc8919fa74c45246b2ac9478781ff05ff2b7 100644
|
| --- a/components/arc/common/intent_helper.mojom
|
| +++ b/components/arc/common/intent_helper.mojom
|
| @@ -55,6 +55,10 @@ interface IntentHelperHost {
|
|
|
| // Opens the wallpaper picker dialog.
|
| [MinVersion=6] OpenWallpaperPicker@3();
|
| +
|
| + // Sets an image as the wallpaper.
|
| + // |jpeg_data| is a JPEG encoded wallpaper image.
|
| + [MinVersion=7] SetWallpaper@4(array<uint8> jpeg_data);
|
| };
|
|
|
| // Sends intents to ARC on behalf of Chrome.
|
|
|