Fixing code review issues: making delegate_ a raw pointer.
This commit is contained in:
parent
61278f9ace
commit
6d7f179a9b
4 changed files with 8 additions and 10 deletions
|
@ -200,7 +200,6 @@ class URLRequest : public mate::EventEmitter<URLRequest> {
|
|||
// Used to implement pin/unpin.
|
||||
v8::Global<v8::Object> wrapper_;
|
||||
scoped_refptr<net::HttpResponseHeaders> response_headers_;
|
||||
base::WeakPtrFactory<URLRequest> weak_ptr_factory_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(URLRequest);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue