diff options
Diffstat (limited to 'content/app/mojo/mojo_init.h')
-rw-r--r-- | content/app/mojo/mojo_init.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/app/mojo/mojo_init.h b/content/app/mojo/mojo_init.h new file mode 100644 index 0000000..59701ae --- /dev/null +++ b/content/app/mojo/mojo_init.h @@ -0,0 +1,15 @@ +// Copyright (c) 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef CONTENT_APP_MOJO_MOJO_INIT_H_ +#define CONTENT_APP_MOJO_MOJO_INIT_H_ + +namespace content { + +// Perform any necessary Mojo initialization. +void InitializeMojo(); + +} // namespace content + +#endif // CONTENT_COMMON_MOJO_MOJO_INIT_H_ |