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

Unified Diff: ui/base/dragdrop/gtk_dnd_util.h

Issue 212693004: Merge 259353 "Mark drags starting in web content as tainted to a..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1847/src/
Patch Set: Created 6 years, 9 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 | « ui/base/clipboard/clipboard_aurax11.cc ('k') | ui/base/dragdrop/gtk_dnd_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dragdrop/gtk_dnd_util.h
===================================================================
--- ui/base/dragdrop/gtk_dnd_util.h (revision 259999)
+++ ui/base/dragdrop/gtk_dnd_util.h (working copy)
@@ -39,7 +39,11 @@
// Custom data for web drag/drop.
CUSTOM_DATA = 1 << 10,
- INVALID_TARGET = 1 << 11,
+
+ // Tracks if the drag originated from the renderer.
+ RENDERER_TAINT = 1 << 11,
+
+ INVALID_TARGET = 1 << 12,
};
// Get the atom for a given target (of the above enum type). Will return NULL
« no previous file with comments | « ui/base/clipboard/clipboard_aurax11.cc ('k') | ui/base/dragdrop/gtk_dnd_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698