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

Unified Diff: content/browser/renderer_host/clipboard_message_filter.h

Issue 8775025: Add glue for supporting custom MIME types in DataTransfer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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: content/browser/renderer_host/clipboard_message_filter.h
diff --git a/content/browser/renderer_host/clipboard_message_filter.h b/content/browser/renderer_host/clipboard_message_filter.h
index b4f24bbe93436b23a2cc52b0b113658a69063793..28ac13a7146843712fc7b80f5831c0a4081e9d34 100644
--- a/content/browser/renderer_host/clipboard_message_filter.h
+++ b/content/browser/renderer_host/clipboard_message_filter.h
@@ -44,6 +44,9 @@ class ClipboardMessageFilter : public BrowserMessageFilter {
uint32* fragment_start, uint32* fragment_end);
void OnReadImage(ui::Clipboard::Buffer buffer, IPC::Message* reply_msg);
void OnReadImageReply(const SkBitmap& bitmap, IPC::Message* reply_msg);
+ void OnReadCustomData(ui::Clipboard::Buffer buffer,
+ const string16& type,
+ string16* data);
tony 2011/12/02 00:13:29 Nit: The other messages seem to use |result| rathe
dcheng 2011/12/02 00:29:17 Done.
#if defined(OS_MACOSX)
void OnFindPboardWriteString(const string16& text);
#endif
« no previous file with comments | « no previous file | content/browser/renderer_host/clipboard_message_filter.cc » ('j') | content/renderer/renderer_clipboard_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698