mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Give BrowserContext subclasses access to GetPath()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user