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

Side by Side Diff: mojo/services/view_manager/ids.h

Issue 338093008: Client side name cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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 | Annotate | Revision Log
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 MOJO_SERVICES_VIEW_MANAGER_IDS_H_ 5 #ifndef MOJO_SERVICES_VIEW_MANAGER_IDS_H_
6 #define MOJO_SERVICES_VIEW_MANAGER_IDS_H_ 6 #define MOJO_SERVICES_VIEW_MANAGER_IDS_H_
7 7
8 #include "mojo/services/public/cpp/view_manager/types.h"
8 #include "mojo/services/public/cpp/view_manager/util.h" 9 #include "mojo/services/public/cpp/view_manager/util.h"
9 #include "mojo/services/public/cpp/view_manager/view_manager_types.h"
10 #include "mojo/services/view_manager/view_manager_export.h" 10 #include "mojo/services/view_manager/view_manager_export.h"
11 11
12 namespace mojo { 12 namespace mojo {
13 namespace view_manager { 13 namespace view_manager {
14 namespace service { 14 namespace service {
15 15
16 // Connection id reserved for the root. 16 // Connection id reserved for the root.
17 const ConnectionSpecificId kRootConnection = 0; 17 const ConnectionSpecificId kRootConnection = 0;
18 18
19 // Adds a bit of type safety to node ids. 19 // Adds a bit of type safety to node ids.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 // ever be created with this id. 81 // ever be created with this id.
82 inline NodeId InvalidNodeId() { 82 inline NodeId InvalidNodeId() {
83 return NodeId(kRootConnection, 0); 83 return NodeId(kRootConnection, 0);
84 } 84 }
85 85
86 } // namespace service 86 } // namespace service
87 } // namespace view_manager 87 } // namespace view_manager
88 } // namespace mojo 88 } // namespace mojo
89 89
90 #endif // MOJO_SERVICES_VIEW_MANAGER_IDS_H_ 90 #endif // MOJO_SERVICES_VIEW_MANAGER_IDS_H_
OLDNEW
« no previous file with comments | « mojo/services/public/cpp/view_manager/view_tree_node_observer.h ('k') | mojo/services/view_manager/test_change_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698