mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Move custom scheme registration to CefContentClient. This works around a problem on Linux where the zygote process has no CefContentRendererClient instance at the time that CefContentClient::AddAdditionalSchemes is executed (the zygote process is later forked to create new render processes).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1271 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
namespace scheme {
|
||||
|
||||
// Add internal standard schemes.
|
||||
void AddInternalStandardSchemes(std::vector<std::string>* standard_schemes);
|
||||
// Add internal schemes.
|
||||
void AddInternalSchemes(std::vector<std::string>* standard_schemes);
|
||||
|
||||
// Returns true if the specified |scheme| is handled internally.
|
||||
bool IsInternalHandledScheme(const std::string& scheme);
|
||||
|
Reference in New Issue
Block a user