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

Unified Diff: components/arc/arc_bridge_host_impl.h

Issue 2400163003: arc: enable Android tracing in verified-boot mode (Closed)
Patch Set: Use struct instead of pair to save category data and fix lints Created 4 years, 2 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 0b7972a72940241a1487c82df4d4069ab8f24a14..15c0e53fdbd76c43f95c4a12bc7e0fe44c8e08f7 100644
--- a/components/arc/arc_bridge_host_impl.h
+++ b/components/arc/arc_bridge_host_impl.h
@@ -69,6 +69,7 @@ class ArcBridgeHostImpl : public mojom::ArcBridgeHost {
void OnVideoInstanceReady(mojom::VideoInstancePtr video_ptr) override;
void OnWallpaperInstanceReady(
mojom::WallpaperInstancePtr wallpaper_ptr) override;
+ void OnTraceInstanceReady(mojom::TraceInstancePtr trace_ptr) override;
Yusuke Sato 2016/10/12 05:58:13 sort
shunhsingou 2016/12/22 04:04:34 Removed
private:
// Called when the bridge channel is closed. This typically only happens when

Powered by Google App Engine
This is Rietveld 408576698