Index: components/arc/common/intent_helper.mojom |
diff --git a/components/arc/common/intent_helper.mojom b/components/arc/common/intent_helper.mojom |
index 075721d9c72b78ef317f21aac8c7987703eb2aeb..46eb1386395bc1736f6672d6f7bc35c0d14231e6 100644 |
--- a/components/arc/common/intent_helper.mojom |
+++ b/components/arc/common/intent_helper.mojom |
@@ -88,10 +88,6 @@ 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=8] SetWallpaper@4(array<uint8> jpeg_data); |
Yusuke Sato
2016/09/12 23:41:02
Removing the interface right after the canary buil
Muyuan
2016/09/13 23:16:09
Acknowledged.
|
}; |
// Sends intents to ARC on behalf of Chrome. |