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

Unified Diff: chrome/common/render_messages.h

Issue 2842016: Implement new Chromium IPCs for copying/dragging (Closed)
Patch Set: . Created 10 years, 5 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 618b5e7ad2a3b8bcf6e20d6f3c922730671b8965..d2345cb5b8d070995ddce83c674243be6af33637 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -2268,6 +2268,9 @@ struct ParamTraits<Clipboard::Buffer> {
type = L"BUFFER_SELECTION";
break;
#endif
+ case Clipboard::BUFFER_DRAG:
+ type = L"BUFFER_DRAG";
+ break;
default:
type = L"UNKNOWN";
break;
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698