|
Fix glue for ClipboardHostMsg_ReadAvailableTypes.
Since we no longer plan on using this message to service both drags and
pasteboard requests, update the glue to call ui::base::Clipboard directly.
Eventually, the remaining functions in ClipboardDispatcher will also be
moved and/or deleted and the empty class removed.
BUG= 75237
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78309
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+73 lines, -36 lines) |
Patch |
 |
M |
chrome/common/clipboard_messages.h
|
View
|
1
2
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/renderer_glue.cc
|
View
|
1
2
3
|
2 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/clipboard_message_filter.h
|
View
|
1
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/clipboard_message_filter.cc
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/base/clipboard/clipboard.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/clipboard/clipboard_linux.cc
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/clipboard/clipboard_mac.mm
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/clipboard/clipboard_win.cc
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webkit_glue.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_clipboard_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|