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

Unified Diff: ui/views/mus/window_manager_connection.h

Issue 2011833003: Implement ui::ClipboardMus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove static in test by creating forwarding clipboard subclass. Created 4 years, 6 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/views/mus/clipboard_unittest.cc ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_manager_connection.h
diff --git a/ui/views/mus/window_manager_connection.h b/ui/views/mus/window_manager_connection.h
index afcf368ab5653a8bafe7f8c9f834ede401a1f1fc..2325672c22f014c198550ec05fbaa7e84dd40016 100644
--- a/ui/views/mus/window_manager_connection.h
+++ b/ui/views/mus/window_manager_connection.h
@@ -22,6 +22,7 @@ class Connector;
}
namespace views {
+class ClipboardMus;
class NativeWidget;
class PointerWatcher;
class ScreenMus;
@@ -31,6 +32,7 @@ class NativeWidgetDelegate;
// Provides configuration to mus in views. This consists of the following:
// . Provides a Screen implementation backed by mus.
+// . Provides a Clipboard implementation backed by mus.
// . Creates and owns a WindowTreeClient.
// . Registers itself as the factory for creating NativeWidgets so that a
// NativeWidgetMus is created.
« no previous file with comments | « ui/views/mus/clipboard_unittest.cc ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698