blob: 7cac307106b847eb01531becd8b8bbfce0817238 [file] [log] [blame]
James Robinson646469d2014-10-03 15:33:28 -07001// 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.
4
James Robinsonb4b7af22014-12-05 11:21:01 -08005#ifndef SHELL_INIT_H_
6#define SHELL_INIT_H_
James Robinson646469d2014-10-03 15:33:28 -07007
James Robinson646469d2014-10-03 15:33:28 -07008namespace shell {
9
10// Initialization routines shared by desktop and Android main functions.
11
12void InitializeLogging();
13
14} // namespace shell
James Robinson646469d2014-10-03 15:33:28 -070015
James Robinsonb4b7af22014-12-05 11:21:01 -080016#endif // SHELL_INIT_H_