mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 129376.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@579 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -12,6 +12,10 @@
|
||||
|
||||
#include "base/basictypes.h"
|
||||
|
||||
namespace net {
|
||||
class NetworkDelegate;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// CefProcessIOThread
|
||||
//
|
||||
@ -36,6 +40,7 @@ class CefProcessIOThread : public CefThread {
|
||||
virtual void CleanUp();
|
||||
|
||||
scoped_refptr<BrowserRequestContext> request_context_;
|
||||
scoped_ptr<net::NetworkDelegate> network_delegate_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(CefProcessIOThread);
|
||||
};
|
||||
|
Reference in New Issue
Block a user