| Index: components/arc/test/fake_arc_bridge_service.cc
|
| diff --git a/components/arc/test/fake_arc_bridge_service.cc b/components/arc/test/fake_arc_bridge_service.cc
|
| index 1971a275566c5cadf93e9392183cafe64cdee263..81f0ed072718f7d1c739d93742099129e62ee486 100644
|
| --- a/components/arc/test/fake_arc_bridge_service.cc
|
| +++ b/components/arc/test/fake_arc_bridge_service.cc
|
| @@ -39,6 +39,10 @@ bool FakeArcBridgeService::SendNotificationEventToAndroid(
|
| ArcNotificationEvent event) {
|
| return true;
|
| }
|
| +bool FakeArcBridgeService::SendClipboardContentToAndroid(
|
| + const std::string& text) {
|
| + return true;
|
| +}
|
|
|
| bool FakeArcBridgeService::RefreshAppList() {
|
| ++refresh_app_list_count_;
|
|
|