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

Unified Diff: services/ui/public/interfaces/clipboard.mojom

Issue 2339353003: mus: Remove window server access to clipboard and the drag clipboard. (Closed)
Patch Set: Created 4 years, 3 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 | « services/ui/clipboard/clipboard_impl.h ('k') | services/ui/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/clipboard.mojom
diff --git a/services/ui/public/interfaces/clipboard.mojom b/services/ui/public/interfaces/clipboard.mojom
index 8dbbddb9355910841a29869b382a73226d3960b1..9e518e11802471f8fb7e443b40676bd554b14b23 100644
--- a/services/ui/public/interfaces/clipboard.mojom
+++ b/services/ui/public/interfaces/clipboard.mojom
@@ -15,8 +15,7 @@ const string kMimeTypeURL = "text/url";
interface Clipboard {
enum Type {
COPY_PASTE = 0,
- SELECTION = 1,
- DRAG = 2
+ SELECTION = 1
};
// Returns a sequence number which uniquely identifies clipboard state.
« no previous file with comments | « services/ui/clipboard/clipboard_impl.h ('k') | services/ui/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698