| Index: chrome/browser/supervised_user/supervised_user_service.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h
|
| index 58941e70c98022a4a91536c661b3f7c5b7503379..69a35425749d5ada1e80388724422739bafbe1b8 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_service.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_service.h
|
| @@ -79,10 +79,10 @@ class SupervisedUserService : public KeyedService,
|
| virtual bool SetActive(bool active) = 0;
|
| // Returns the path to a blacklist file to load, or an empty path to
|
| // indicate "none".
|
| - virtual base::FilePath GetBlacklistPath() const = 0;
|
| + virtual base::FilePath GetBlacklistPath() const;
|
| // Returns the URL from which to download a blacklist if no local one exists
|
| // yet. The blacklist file will be stored at |GetBlacklistPath()|.
|
| - virtual GURL GetBlacklistURL() const = 0;
|
| + virtual GURL GetBlacklistURL() const;
|
| };
|
|
|
| ~SupervisedUserService() override;
|
|
|