mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 114.0.5735.0 (#1135570)
- Mac: 13.3 SDK (Xcode 14.3) is now supported (see https://crbug.com/1431897). - Mac: Removed UnderlayOpenGLHostingWindow which is no longer used.
This commit is contained in:
@@ -46,14 +46,6 @@ std::string GetMainBundleID();
|
||||
// running in an app bundle.
|
||||
base::FilePath GetMainResourcesDirectory();
|
||||
|
||||
// Returns the path to the child process executable with optional suffix (e.g.
|
||||
// "myapp.app/Contents/Frameworks/myapp Helper<suffix>.app/Contents/MacOS/
|
||||
// myapp Helper<suffix>"). May return an empty value if not running in an app
|
||||
// bundle.
|
||||
// TODO: Delete after merging
|
||||
// https://chromium-review.googlesource.com/c/chromium/src/+/4456752
|
||||
base::FilePath GetChildProcessPath(const std::string& suffix);
|
||||
|
||||
// Called from MainDelegate::PreSandboxStartup for the main process.
|
||||
void PreSandboxStartup();
|
||||
|
||||
|
Reference in New Issue
Block a user