| 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;
|
|
|
|
|