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

Side by Side Diff: mojo/services/view_manager/public/cpp/tests/view_manager_unittest.cc

Issue 911073005: Drop all uses of //base except ObserverList from view mgr client lib (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 #include "mojo/services/view_manager/public/cpp/view_manager.h" 5 #include "mojo/services/view_manager/public/cpp/view_manager.h"
6 6
7 #include "base/auto_reset.h" 7 #include "base/auto_reset.h"
8 #include "base/bind.h" 8 #include "base/bind.h"
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/memory/scoped_vector.h"
10 #include "mojo/public/cpp/application/application_connection.h" 11 #include "mojo/public/cpp/application/application_connection.h"
11 #include "mojo/public/cpp/application/application_delegate.h" 12 #include "mojo/public/cpp/application/application_delegate.h"
12 #include "mojo/public/cpp/application/application_impl.h" 13 #include "mojo/public/cpp/application/application_impl.h"
13 #include "mojo/public/cpp/application/service_provider_impl.h" 14 #include "mojo/public/cpp/application/service_provider_impl.h"
14 #include "mojo/public/interfaces/application/service_provider.mojom.h" 15 #include "mojo/public/interfaces/application/service_provider.mojom.h"
15 #include "mojo/services/geometry/public/cpp/geometry_util.h" 16 #include "mojo/services/geometry/public/cpp/geometry_util.h"
16 #include "mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h" 17 #include "mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h"
17 #include "mojo/services/view_manager/public/cpp/lib/view_private.h" 18 #include "mojo/services/view_manager/public/cpp/lib/view_private.h"
18 #include "mojo/services/view_manager/public/cpp/util.h" 19 #include "mojo/services/view_manager/public/cpp/util.h"
19 #include "mojo/services/view_manager/public/cpp/view_manager_client_factory.h" 20 #include "mojo/services/view_manager/public/cpp/view_manager_client_factory.h"
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 644
644 // TODO(beng): tests for focus: 645 // TODO(beng): tests for focus:
645 // - focus between two views known to a connection 646 // - focus between two views known to a connection
646 // - focus between views unknown to one of the connections. 647 // - focus between views unknown to one of the connections.
647 // - focus between views unknown to either connection. 648 // - focus between views unknown to either connection.
648 649
649 // TODO(sky): need test of root being destroyed with existing views. See 650 // TODO(sky): need test of root being destroyed with existing views. See
650 // 434555 for specific case. 651 // 434555 for specific case.
651 652
652 } // namespace mojo 653 } // namespace mojo
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698