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

Unified Diff: remoting/protocol/clipboard_echo_filter_unittest.cc

Issue 10860033: Allow input & clipboard filters to be disabled without NULLing target stub. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments and fix clipboard pipeline initialization. Created 8 years, 4 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/client_session.cc ('k') | remoting/protocol/clipboard_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/clipboard_echo_filter_unittest.cc
diff --git a/remoting/protocol/clipboard_echo_filter_unittest.cc b/remoting/protocol/clipboard_echo_filter_unittest.cc
index 25f5de101d645b5142a9318a922468f31670a037..6791ba44b7208bed412c6433ae250ca16dfbeaac 100644
--- a/remoting/protocol/clipboard_echo_filter_unittest.cc
+++ b/remoting/protocol/clipboard_echo_filter_unittest.cc
@@ -20,7 +20,7 @@ MATCHER_P2(EqualsClipboardEvent, mime_type, data, "") {
}
static ClipboardEvent MakeClipboardEvent(const std::string& mime_type,
- const std::string& data) {
+ const std::string& data) {
ClipboardEvent event;
event.set_mime_type(mime_type);
event.set_data(data);
« no previous file with comments | « remoting/host/client_session.cc ('k') | remoting/protocol/clipboard_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698