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

Unified Diff: remoting/host/clipboard.h

Issue 930403002: Remove remoting::Clipboard::Stop(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months 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
« no previous file with comments | « remoting/host/chromeos/clipboard_aura_unittest.cc ('k') | remoting/host/clipboard_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/clipboard.h
diff --git a/remoting/host/clipboard.h b/remoting/host/clipboard.h
index 534bc4b101527088fe4910ce240ee535c4db1dd4..8ac3381d5bdc85e5abe0656ef093f0826b01126e 100644
--- a/remoting/host/clipboard.h
+++ b/remoting/host/clipboard.h
@@ -25,9 +25,6 @@ class Clipboard {
// Initialises any objects needed to read from or write to the clipboard.
virtual void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0;
- // Destroys any objects initialised by Start().
- virtual void Stop() = 0;
-
// Writes an item to the clipboard. It must be called after Start().
virtual void InjectClipboardEvent(const protocol::ClipboardEvent& event) = 0;
« no previous file with comments | « remoting/host/chromeos/clipboard_aura_unittest.cc ('k') | remoting/host/clipboard_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698