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

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

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.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_; }

Powered by Google App Engine
This is Rietveld 408576698