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

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

Issue 2332063004: cheets: remove setWallpaper from ArcIntentHelper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Instead of removing SetWallpaper, rename it to SetWallpaperDeprecated. Created 4 years, 3 months 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 | « components/arc/BUILD.gn ('k') | components/arc/intent_helper/arc_intent_helper_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/intent_helper/arc_intent_helper_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698