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

Unified Diff: components/arc/intent_helper/arc_intent_helper_bridge.h

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
Index: components/arc/intent_helper/arc_intent_helper_bridge.h
diff --git a/components/arc/intent_helper/arc_intent_helper_bridge.h b/components/arc/intent_helper/arc_intent_helper_bridge.h
index c6bc2e792591f980f6400ed8db6540944a77e1d3..5478959767f2086bbd92951346000986c2dd8db6 100644
--- a/components/arc/intent_helper/arc_intent_helper_bridge.h
+++ b/components/arc/intent_helper/arc_intent_helper_bridge.h
@@ -54,7 +54,7 @@ class ArcIntentHelperBridge
void OnOpenDownloads() override;
void OnOpenUrl(const mojo::String& url) override;
void OpenWallpaperPicker() override;
- void SetWallpaper(mojo::Array<uint8_t> jpeg_data) override;
+ void SetWallpaperDeprecated(mojo::Array<uint8_t> jpeg_data) override;
// ash::LinkHandlerModelFactory
std::unique_ptr<ash::LinkHandlerModel> CreateModel(const GURL& url) override;

Powered by Google App Engine
This is Rietveld 408576698