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.
|
||||
virtual void RegisterPrefs(PrefRegistrySimple*) {}
|
||||
|
||||
virtual base::FilePath GetPath() OVERRIDE;
|
||||
|
||||
private:
|
||||
class ResourceContext;
|
||||
|
||||
void RegisterInternalPrefs(PrefRegistrySimple*);
|
||||
|
||||
virtual base::FilePath GetPath() OVERRIDE;
|
||||
virtual bool IsOffTheRecord() const OVERRIDE;
|
||||
virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
||||
virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(int renderer_child_id);
|
||||
|
|
Loading…
Reference in a new issue