Commit 735b470f authored by Yusuke Sato's avatar Yusuke Sato Committed by Commit Bot

arcvm: Remove unused method ArcVmClientAdapterTest::GetTempDir()

BUG=None
TEST=try

Change-Id: I167add5ffa3833387b0f246f6ffc497e80959209
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083050
Commit-Queue: Yury Khmel <khmel@chromium.org>
Auto-Submit: Yusuke Sato <yusukes@chromium.org>
Reviewed-by: default avatarYury Khmel <khmel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746042}
parent 3e74902e
...@@ -280,7 +280,6 @@ class ArcVmClientAdapterTest : public testing::Test, ...@@ -280,7 +280,6 @@ class ArcVmClientAdapterTest : public testing::Test,
base::RunLoop* run_loop() { return run_loop_.get(); } base::RunLoop* run_loop() { return run_loop_.get(); }
ArcClientAdapter* adapter() { return adapter_.get(); } ArcClientAdapter* adapter() { return adapter_.get(); }
const base::FilePath& GetTempDir() const { return dir_.GetPath(); }
bool arc_instance_stopped_called() const { bool arc_instance_stopped_called() const {
return arc_instance_stopped_called_; return arc_instance_stopped_called_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment