Supervised user whitelists: Cleanup
[chromium-blink-merge.git] / mojo / shell / init.h
blob23a5140bf946ce709820dec6daf81fb0f0903f17
1 // Copyright 2013 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 SHELL_INIT_H_
6 #define SHELL_INIT_H_
8 namespace mojo {
9 namespace shell {
11 // Initialization routines shared by desktop and Android main functions.
13 void InitializeLogging();
15 } // namespace shell
16 } // namespace mojo
18 #endif // SHELL_INIT_H_