Add an extension override bubble and warning box for proxy extensions. (2nd attempt...
[chromium-blink-merge.git] / mojo / system / entrypoints.h
blob65a03631e6a5867712f5382bb41dd46c9905ec23
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.
5 #ifndef MOJO_SYSTEM_ENTRYPOINTS_H
6 #define MOJO_SYSTEM_ENTRYPOINTS_H
8 namespace mojo {
9 namespace system {
11 class Core;
13 namespace entrypoints {
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();
20 } // namespace entrypoints
21 } // namepace system
22 } // namespace mojo
24 #endif // MOJO_SYSTEM_ENTRYPOINTS_H