| Index: components/arc/test/fake_arc_bridge_service.h
|
| diff --git a/components/arc/test/fake_arc_bridge_service.h b/components/arc/test/fake_arc_bridge_service.h
|
| index ef4e20d0c8fa8a3e6f23e114ac3264a8ac6cc0bf..9dbe122203c5f05e7df879533ac9dbc240ac1c82 100644
|
| --- a/components/arc/test/fake_arc_bridge_service.h
|
| +++ b/components/arc/test/fake_arc_bridge_service.h
|
| @@ -79,6 +79,7 @@ class FakeArcBridgeService : public ArcBridgeService {
|
| ScaleFactor scale_factor) override;
|
| bool SendNotificationEventToAndroid(const std::string& key,
|
| ArcNotificationEvent event) override;
|
| + bool SendClipboardContentToAndroid(const std::string& text) override;
|
|
|
| int refresh_app_list_count() const { return refresh_app_list_count_; }
|
|
|
|
|