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

Side by Side Diff: mojo/system/entrypoints.h

Issue 231353002: Make mojo_system static and mojo_system_impl a component, never use both (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the mac loader path dependencies Created 6 years, 8 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
« no previous file with comments | « mojo/system/dispatcher.h ('k') | mojo/system/entrypoints.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef MOJO_SYSTEM_ENTRYPOINTS_H
6 #define MOJO_SYSTEM_ENTRYPOINTS_H
7
8 namespace mojo {
9 namespace system {
10
11 class Core;
12
13 namespace entrypoints {
14
15 // Sets the instance of Core to be used by system functions.
16 void SetCore(Core* core);
17 // Gets the instance of Core to be used by system functions.
18 Core* GetCore();
19
20 } // namespace entrypoints
21 } // namepace system
22 } // namespace mojo
23
24 #endif // MOJO_SYSTEM_ENTRYPOINTS_H
OLDNEW
« no previous file with comments | « mojo/system/dispatcher.h ('k') | mojo/system/entrypoints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698