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

Unified Diff: components/arc/arc_bridge_host_impl.h

Issue 2115863002: Stub for ARC print Bridge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary includes. 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_host_impl.h
diff --git a/components/arc/arc_bridge_host_impl.h b/components/arc/arc_bridge_host_impl.h
index 02c9f30a6c0b274ed22c83ffe49e236fbcf70684..2f668311b319332fae9089a5668f9bd11226a3a7 100644
--- a/components/arc/arc_bridge_host_impl.h
+++ b/components/arc/arc_bridge_host_impl.h
@@ -59,6 +59,7 @@ class ArcBridgeHostImpl : public mojom::ArcBridgeHost {
mojom::ObbMounterInstancePtr obb_mounter_ptr) override;
void OnPolicyInstanceReady(mojom::PolicyInstancePtr policy_ptr) override;
void OnPowerInstanceReady(mojom::PowerInstancePtr power_ptr) override;
+ void OnPrintInstanceReady(mojom::PrintInstancePtr print_ptr) override;
void OnProcessInstanceReady(mojom::ProcessInstancePtr process_ptr) override;
void OnStorageManagerInstanceReady(
mojom::StorageManagerInstancePtr storage_manager_ptr) override;

Powered by Google App Engine
This is Rietveld 408576698