Skip to content

Commit

Permalink
Small fix in comment
Browse files Browse the repository at this point in the history
Bug: None
Test: NA
Change-Id: Iea59f14f50bb3f3fa6d5f9b4efaad582ec8b9d33
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584853
Auto-Submit: Edman Anjos <edman@chromium.org>
Commit-Queue: Yusuke Sato <yusukes@chromium.org>
Reviewed-by: Yusuke Sato <yusukes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836233}
  • Loading branch information
Edman Anjos authored and Chromium LUCI CQ committed Dec 11, 2020
1 parent 441c899 commit 0326037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ArcKeymasterBridge : public KeyedService, public mojom::KeymasterHost {
// Points to a proxy bound to the implementation in arc-keymasterd.
mojo::Remote<mojom::KeymasterServer> keymaster_server_proxy_;

// Points to a proxy bound to the implementation in arc-keymasterd.
// Points to the host implementation in Chrome, used to interact with arc-keymasterd.
std::unique_ptr<keymaster::CertStoreBridge> cert_store_bridge_;

// WeakPtrFactory to use for callbacks.
Expand Down

0 comments on commit 0326037

Please sign in to comment.