Linux: Fix compile errors.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@944 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2012-12-06 20:50:39 +00:00
parent 086f3cb47d
commit b66a48bb1c
2 changed files with 7 additions and 0 deletions

View File

@@ -27,6 +27,11 @@
'WARNING_CFLAGS': ['-Wno-unknown-warning-option'], 'WARNING_CFLAGS': ['-Wno-unknown-warning-option'],
}, },
}, },
}],
['os_posix==1 and OS!="mac" and OS!="android"', {
'target_defaults': {
'cflags_cc': ['-Wno-deprecated-declarations'],
},
}] }]
] ]
} }

View File

@@ -28,6 +28,7 @@ class URLRequestJobFactory;
class URLSecurityManager; class URLSecurityManager;
} }
/*
// Classes used in network request processing: // Classes used in network request processing:
// //
// RC = net::URLRequestContext // RC = net::URLRequestContext
@@ -66,6 +67,7 @@ class URLSecurityManager;
// CefBrowserHostImpl -ref-> RCGP----/ / // CefBrowserHostImpl -ref-> RCGP----/ /
// ^ / // ^ /
// \-ref--------------------------/ // \-ref--------------------------/
*/
class CefURLRequestContextGetter : public net::URLRequestContextGetter { class CefURLRequestContextGetter : public net::URLRequestContextGetter {
public: public: