content::BrowserContext::GetPath is a const member function in Chrome 30
See http://src.chromium.org/viewvc/chrome?view=revision&revision=211931.
This commit is contained in:
parent
64a5ce6e15
commit
eb446fc707
2 changed files with 14 additions and 16 deletions
|
@ -35,7 +35,7 @@ protected:
|
|||
// Subclasses should override this to provide a custom NetworkDelegate implementation.
|
||||
virtual scoped_ptr<NetworkDelegate> CreateNetworkDelegate();
|
||||
|
||||
virtual base::FilePath GetPath() OVERRIDE;
|
||||
virtual base::FilePath GetPath() const OVERRIDE;
|
||||
|
||||
private:
|
||||
class ResourceContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue