mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Use git apply for applying patch files (issue #1825)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
diff --git url_request.h url_request.h
|
||||
diff --git net/url_request/url_request.h net/url_request/url_request.h
|
||||
index e1406f3..ed9aa91 100644
|
||||
--- url_request.h
|
||||
+++ url_request.h
|
||||
--- net/url_request/url_request.h
|
||||
+++ net/url_request/url_request.h
|
||||
@@ -651,10 +651,11 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
||||
// Returns the error status of the request.
|
||||
// Do not use! Going to be protected!
|
||||
|
Reference in New Issue
Block a user