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

Unified Diff: components/arc/test/fake_arc_bridge_service.cc

Issue 1495723004: Minimum implementation of ARC clipboard Bridge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the fakes Created 5 years 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/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_;
« components/arc/common/arc_bridge.mojom ('K') | « components/arc/test/fake_arc_bridge_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698