12 lines
432 B
C
12 lines
432 B
C
|
// Copyright (c) 2012 The Chromium Embedded Framework 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 CEF_LIBCEF_BROWSER_APPLICATION_MAC_H_
|
||
|
#define CEF_LIBCEF_BROWSER_APPLICATION_MAC_H_
|
||
|
|
||
|
// Create the CefCrApplication instance used by secondary processes.
|
||
|
void CefCrApplicationCreate();
|
||
|
|
||
|
#endif // CEF_LIBCEF_BROWSER_APPLICATION_MAC_H_
|