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

Side by Side Diff: components/window_manager/window_manager_app.h

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_WINDOW_MANAGER_WINDOW_MANAGER_APP_H_ 5 #ifndef COMPONENTS_WINDOW_MANAGER_WINDOW_MANAGER_APP_H_
6 #define COMPONENTS_WINDOW_MANAGER_WINDOW_MANAGER_APP_H_ 6 #define COMPONENTS_WINDOW_MANAGER_WINDOW_MANAGER_APP_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "base/memory/scoped_vector.h" 11 #include "base/memory/scoped_vector.h"
12 #include "components/view_manager/public/cpp/types.h" 12 #include "components/view_manager/public/cpp/types.h"
13 #include "components/view_manager/public/cpp/view_manager_client_factory.h" 13 #include "components/view_manager/public/cpp/view_manager_client_factory.h"
14 #include "components/view_manager/public/cpp/view_manager_delegate.h" 14 #include "components/view_manager/public/cpp/view_manager_delegate.h"
15 #include "components/view_manager/public/cpp/view_observer.h" 15 #include "components/view_manager/public/cpp/view_observer.h"
16 #include "components/window_manager/public/interfaces/window_manager_internal.mo jom.h" 16 #include "components/window_manager/public/interfaces/window_manager_internal.mo jom.h"
17 #include "components/window_manager/window_manager_impl.h" 17 #include "components/window_manager/window_manager_impl.h"
18 #include "third_party/mojo/src/mojo/public/cpp/application/application_delegate. h" 18 #include "mojo/application/public/cpp/application_delegate.h"
19 #include "third_party/mojo/src/mojo/public/cpp/application/interface_factory_imp l.h" 19 #include "mojo/application/public/cpp/interface_factory_impl.h"
20 #include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h" 20 #include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
21 #include "third_party/mojo/src/mojo/public/cpp/bindings/string.h" 21 #include "third_party/mojo/src/mojo/public/cpp/bindings/string.h"
22 #include "ui/mojo/events/input_events.mojom.h" 22 #include "ui/mojo/events/input_events.mojom.h"
23 #include "ui/mojo/events/input_key_codes.mojom.h" 23 #include "ui/mojo/events/input_key_codes.mojom.h"
24 24
25 namespace gfx { 25 namespace gfx {
26 class Size; 26 class Size;
27 } 27 }
28 28
29 namespace window_manager { 29 namespace window_manager {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 scoped_ptr<mojo::ViewManagerClient> view_manager_client_; 132 scoped_ptr<mojo::ViewManagerClient> view_manager_client_;
133 133
134 scoped_ptr<mojo::Binding<WindowManagerInternal>> wm_internal_binding_; 134 scoped_ptr<mojo::Binding<WindowManagerInternal>> wm_internal_binding_;
135 135
136 DISALLOW_COPY_AND_ASSIGN(WindowManagerApp); 136 DISALLOW_COPY_AND_ASSIGN(WindowManagerApp);
137 }; 137 };
138 138
139 } // namespace window_manager 139 } // namespace window_manager
140 140
141 #endif // COMPONENTS_WINDOW_MANAGER_WINDOW_MANAGER_APP_H_ 141 #endif // COMPONENTS_WINDOW_MANAGER_WINDOW_MANAGER_APP_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698