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..d79421a38e15f89d04cc5e6b40a70f4cb3ae46e2 100644 |
--- a/components/arc/common/intent_helper.mojom |
+++ b/components/arc/common/intent_helper.mojom |
@@ -91,7 +91,7 @@ interface IntentHelperHost { |
// Sets an image as the wallpaper. |
// |jpeg_data| is a JPEG encoded wallpaper image. |
- [MinVersion=8] SetWallpaper@4(array<uint8> jpeg_data); |
+ [MinVersion=8] SetWallpaperDeprecated@4(array<uint8> jpeg_data); |
}; |
// Sends intents to ARC on behalf of Chrome. |