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

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: 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
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.

Powered by Google App Engine
This is Rietveld 408576698