mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename PROXY_TYPE values to avoid naming conflict (issue #548).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@756 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -175,7 +175,7 @@ class ClientAppExtensionHandler : public CefV8Handler {
|
||||
|
||||
|
||||
ClientApp::ClientApp()
|
||||
: proxy_type_(PROXY_TYPE_DIRECT) {
|
||||
: proxy_type_(CEF_PROXY_TYPE_DIRECT) {
|
||||
CreateRenderDelegates(render_delegates_);
|
||||
|
||||
// Default schemes that support cookies.
|
||||
|
Reference in New Issue
Block a user