Merge revision 944 changes:
- Linux: Fix compile errors. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1271@945 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
30b8290002
commit
e8f9068070
|
@ -18,5 +18,11 @@
|
|||
'clang_use_chrome_plugins': 0,
|
||||
}],
|
||||
]
|
||||
}, 'conditions': [
|
||||
['os_posix==1 and OS!="mac" and OS!="android"', {
|
||||
'target_defaults': {
|
||||
'cflags_cc': ['-Wno-deprecated-declarations'],
|
||||
},
|
||||
}],
|
||||
]
|
||||
}
|
||||
|
|
|
@ -28,6 +28,7 @@ class URLRequestJobFactory;
|
|||
class URLSecurityManager;
|
||||
}
|
||||
|
||||
/*
|
||||
// Classes used in network request processing:
|
||||
//
|
||||
// RC = net::URLRequestContext
|
||||
|
@ -66,6 +67,7 @@ class URLSecurityManager;
|
|||
// CefBrowserHostImpl -ref-> RCGP----/ /
|
||||
// ^ /
|
||||
// \-ref--------------------------/
|
||||
*/
|
||||
|
||||
class CefURLRequestContextGetter : public net::URLRequestContextGetter {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue