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

Unified Diff: trunk/src/content/shell/browser/shell_platform_data_aura.h

Issue 259103003: Revert 266616 "Move DefaultActivationClient to wm/core" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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
Index: trunk/src/content/shell/browser/shell_platform_data_aura.h
===================================================================
--- trunk/src/content/shell/browser/shell_platform_data_aura.h (revision 266631)
+++ trunk/src/content/shell/browser/shell_platform_data_aura.h (working copy)
@@ -10,6 +10,7 @@
namespace aura {
namespace client {
+class DefaultActivationClient;
class DefaultCaptureClient;
class FocusClient;
class WindowTreeClient;
@@ -39,6 +40,7 @@
private:
scoped_ptr<aura::WindowTreeHost> host_;
scoped_ptr<aura::client::FocusClient> focus_client_;
+ scoped_ptr<aura::client::DefaultActivationClient> activation_client_;
scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
scoped_ptr<aura::client::WindowTreeClient> window_tree_client_;
scoped_ptr<ui::EventHandler> ime_filter_;
« no previous file with comments | « trunk/src/content/public/test/test_renderer_host.cc ('k') | trunk/src/content/shell/browser/shell_platform_data_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698