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

Side by Side Diff: ash/common/new_window_controller.h

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « ash/common/mus_property_mirror_ash_unittest.cc ('k') | ash/common/new_window_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 ASH_NEW_WINDOW_CONTROLLER_H_ 5 #ifndef ASH_COMMON_NEW_WINDOW_CONTROLLER_H_
6 #define ASH_NEW_WINDOW_CONTROLLER_H_ 6 #define ASH_COMMON_NEW_WINDOW_CONTROLLER_H_
7 7
8 #include "ash/public/interfaces/new_window.mojom.h" 8 #include "ash/public/interfaces/new_window.mojom.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "mojo/public/cpp/bindings/associated_binding.h" 10 #include "mojo/public/cpp/bindings/associated_binding.h"
11 #include "mojo/public/cpp/bindings/binding_set.h" 11 #include "mojo/public/cpp/bindings/binding_set.h"
12 12
13 namespace ash { 13 namespace ash {
14 14
15 // Provides the NewWindowController interface to the outside world. This lets a 15 // Provides the NewWindowController interface to the outside world. This lets a
16 // consumer of ash provide a NewWindowClient, which we will dispatch to if one 16 // consumer of ash provide a NewWindowClient, which we will dispatch to if one
(...skipping 23 matching lines...) Expand all
40 40
41 mojo::BindingSet<mojom::NewWindowController> bindings_; 41 mojo::BindingSet<mojom::NewWindowController> bindings_;
42 42
43 mojom::NewWindowClientAssociatedPtr client_; 43 mojom::NewWindowClientAssociatedPtr client_;
44 44
45 DISALLOW_COPY_AND_ASSIGN(NewWindowController); 45 DISALLOW_COPY_AND_ASSIGN(NewWindowController);
46 }; 46 };
47 47
48 } // namespace ash 48 } // namespace ash
49 49
50 #endif // ASH_NEW_WINDOW_CONTROLLER_H_ 50 #endif // ASH_COMMON_NEW_WINDOW_CONTROLLER_H_
OLDNEW
« no previous file with comments | « ash/common/mus_property_mirror_ash_unittest.cc ('k') | ash/common/new_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698