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

Unified Diff: components/arc/test/fake_arc_bridge_instance.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_instance.h
diff --git a/components/arc/test/fake_arc_bridge_instance.h b/components/arc/test/fake_arc_bridge_instance.h
index 43ba82a201074019466c785c24a412a2f46613ae..85ece2409bd3dd3e67f1c31c4185da5ae7465bd8 100644
--- a/components/arc/test/fake_arc_bridge_instance.h
+++ b/components/arc/test/fake_arc_bridge_instance.h
@@ -28,6 +28,8 @@ class FakeArcBridgeInstance : public ArcBridgeInstance {
mojo::ScopedHandle fd) override;
void SendNotificationEventToAndroid(const mojo::String& key,
ArcNotificationEvent event) override;
+ void SendClipboardContentToAndroid(const mojo::String& text) override;
+
void RefreshAppList() override;
void LaunchApp(const mojo::String& package,
const mojo::String& activity) override;

Powered by Google App Engine
This is Rietveld 408576698