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

Unified Diff: components/arc/arc_bridge_service_impl.h

Issue 2165643004: arc: add enterprise_reporting.mojom interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added data removing. Created 4 years, 5 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_service_impl.h
diff --git a/components/arc/arc_bridge_service_impl.h b/components/arc/arc_bridge_service_impl.h
index c9ccec36fc57166c5378eb700404c7d2b1a33bf9..c0fce785eb6152eb4747e9cefb2735faf9076f18 100644
--- a/components/arc/arc_bridge_service_impl.h
+++ b/components/arc/arc_bridge_service_impl.h
@@ -69,6 +69,8 @@ class ArcBridgeServiceImpl : public ArcBridgeService,
void OnStorageManagerInstanceReady(
mojom::StorageManagerInstancePtr storage_manager_ptr) override;
void OnVideoInstanceReady(mojom::VideoInstancePtr video_ptr) override;
+ void OnWatchdogInstanceReady(
+ mojom::WatchdogInstancePtr watchdog_ptr) override;
void OnWindowManagerInstanceReady(
mojom::WindowManagerInstancePtr window_manager_ptr) override;

Powered by Google App Engine
This is Rietveld 408576698