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

Unified Diff: services/ui/clipboard/clipboard_impl.h

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 | « no previous file | services/ui/public/interfaces/clipboard.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/clipboard/clipboard_impl.h
diff --git a/services/ui/clipboard/clipboard_impl.h b/services/ui/clipboard/clipboard_impl.h
index c91a86ab026f470c3e68773e735bf158b7b9c442..423c3fdcb79cc4dbb757329584c9e6c0b330a1be 100644
--- a/services/ui/clipboard/clipboard_impl.h
+++ b/services/ui/clipboard/clipboard_impl.h
@@ -26,7 +26,7 @@ namespace clipboard {
class ClipboardImpl : public mojom::Clipboard {
public:
// mojom::Clipboard exposes three possible clipboards.
- static const int kNumClipboards = 3;
+ static const int kNumClipboards = 2;
ClipboardImpl();
~ClipboardImpl() override;
« no previous file with comments | « no previous file | services/ui/public/interfaces/clipboard.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698