Give BrowserContext subclasses access to GetPath()
This commit is contained in:
parent
57066d414c
commit
496b246405
1 changed files with 2 additions and 1 deletions
|
@ -28,12 +28,13 @@ protected:
|
||||||
// Subclasses should override this to register custom preferences.
|
// Subclasses should override this to register custom preferences.
|
||||||
virtual void RegisterPrefs(PrefRegistrySimple*) {}
|
virtual void RegisterPrefs(PrefRegistrySimple*) {}
|
||||||
|
|
||||||
|
virtual base::FilePath GetPath() OVERRIDE;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
class ResourceContext;
|
class ResourceContext;
|
||||||
|
|
||||||
void RegisterInternalPrefs(PrefRegistrySimple*);
|
void RegisterInternalPrefs(PrefRegistrySimple*);
|
||||||
|
|
||||||
virtual base::FilePath GetPath() OVERRIDE;
|
|
||||||
virtual bool IsOffTheRecord() const OVERRIDE;
|
virtual bool IsOffTheRecord() const OVERRIDE;
|
||||||
virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
||||||
virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(int renderer_child_id);
|
virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(int renderer_child_id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue