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

Unified Diff: ash/host/ash_window_tree_host.h

Issue 2611253002: Removes some dead code (Closed)
Patch Set: merge Created 3 years, 11 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 | « ash/display/window_tree_host_manager.cc ('k') | ash/host/ash_window_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host.h
diff --git a/ash/host/ash_window_tree_host.h b/ash/host/ash_window_tree_host.h
index 371d100646f1230e27b58c08ccd99ba135698aaa..2459aea36d6a5e46c70af7da6f2bb8d9bb21887c 100644
--- a/ash/host/ash_window_tree_host.h
+++ b/ash/host/ash_window_tree_host.h
@@ -8,7 +8,6 @@
#include <memory>
#include "ash/ash_export.h"
-#include "base/callback_forward.h"
namespace aura {
class WindowTreeHost;
@@ -29,15 +28,12 @@ class RootWindowTransformer;
class ASH_EXPORT AshWindowTreeHost {
public:
- using Factory =
- base::Callback<AshWindowTreeHost*(const AshWindowTreeHostInitParams&)>;
AshWindowTreeHost();
virtual ~AshWindowTreeHost() {}
// Creates a new AshWindowTreeHost. The caller owns the returned value.
static AshWindowTreeHost* Create(
const AshWindowTreeHostInitParams& init_params);
- static void SetFactory(const Factory& factory);
void set_input_method_handler(InputMethodEventHandler* input_method_handler) {
input_method_handler_ = input_method_handler;
« no previous file with comments | « ash/display/window_tree_host_manager.cc ('k') | ash/host/ash_window_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698