mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
Update to Chromium r202921
* vendor/libchromiumcontent 0d02a8d...2f53a96 (1): > Merge pull request #14 from brightray/latest-chromium
This commit is contained in:
@@ -207,6 +207,7 @@
|
||||
4245, # 'initializing' : conversion from 'int' to 'const net::QuicVersionTag', signed/unsigned mismatch
|
||||
4251, # class 'std::xx' needs to have dll-interface.
|
||||
4310, # cast truncates constant value
|
||||
4355, # 'this' : used in base member initializer list
|
||||
4480, # nonstandard extension used: specifying underlying type for enum
|
||||
4481, # nonstandard extension used: override specifier 'override'
|
||||
4512, # assignment operator could not be generated
|
||||
|
||||
@@ -90,6 +90,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext()
|
||||
net::HttpCache::DefaultBackend* main_backend =
|
||||
new net::HttpCache::DefaultBackend(
|
||||
net::DISK_CACHE,
|
||||
net::CACHE_BACKEND_DEFAULT,
|
||||
cache_path,
|
||||
0,
|
||||
content::BrowserThread::GetMessageLoopProxyForThread(
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "base/stringprintf.h"
|
||||
#include "base/string_util.h"
|
||||
#include "ui/base/resource/resource_bundle.h"
|
||||
#include "webkit/user_agent/user_agent_util.h"
|
||||
#include "webkit/common/user_agent/user_agent_util.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
|
||||
2
brightray/vendor/libchromiumcontent
vendored
2
brightray/vendor/libchromiumcontent
vendored
Submodule brightray/vendor/libchromiumcontent updated: 0d02a8d41a...2f53a96fc6
Reference in New Issue
Block a user