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

Unified Diff: components/arc/arc_bridge_host_impl.h

Issue 2264743002: cheets: implement cros side of WallpaperManagerService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cheets: implement cros side of WallpaperManagerService. Created 4 years, 4 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/arc_bridge_host_impl.h
diff --git a/components/arc/arc_bridge_host_impl.h b/components/arc/arc_bridge_host_impl.h
index 86b648e9c81996367dec79ce5153815b2f250e34..e7041f68b6ebf1974597b7321297ba8d1baf4dfa 100644
--- a/components/arc/arc_bridge_host_impl.h
+++ b/components/arc/arc_bridge_host_impl.h
@@ -65,6 +65,8 @@ class ArcBridgeHostImpl : public mojom::ArcBridgeHost {
mojom::StorageManagerInstancePtr storage_manager_ptr) override;
void OnTtsInstanceReady(mojom::TtsInstancePtr tts_ptr) override;
void OnVideoInstanceReady(mojom::VideoInstancePtr video_ptr) override;
+ void OnWallpaperInstanceReady(
+ mojom::WallpaperInstancePtr wallpaper_ptr) override;
private:
// Called when the bridge channel is closed. This typically only happens when

Powered by Google App Engine
This is Rietveld 408576698