Add --disable-http-cache switch, fixes #891
This commit is contained in:
parent
895ccf69a7
commit
d65919d896
6 changed files with 32 additions and 1 deletions
|
@ -26,6 +26,8 @@ class AtomBrowserContext : public brightray::BrowserContext {
|
|||
net::URLRequestJobFactory* CreateURLRequestJobFactory(
|
||||
content::ProtocolHandlerMap* handlers,
|
||||
content::URLRequestInterceptorScopedVector* interceptors) override;
|
||||
net::HttpCache::BackendFactory* CreateHttpCacheBackendFactory(
|
||||
const base::FilePath& base_path) override;
|
||||
|
||||
// content::BrowserContext:
|
||||
content::BrowserPluginGuestManager* GetGuestManager() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue