Chromium Code Reviews| Index: chrome/browser/profiles/profile_impl.cc |
| =================================================================== |
| --- chrome/browser/profiles/profile_impl.cc (revision 89656) |
| +++ chrome/browser/profiles/profile_impl.cc (working copy) |
| @@ -714,6 +714,10 @@ |
| return this; |
| } |
| +bool ProfileImpl::SafeBrowsingEnabled() { |
| + return GetPrefs()->GetBoolean(prefs::kSafeBrowsingEnabled); |
| +} |
| + |
| ChromeAppCacheService* ProfileImpl::GetAppCacheService() { |
| CreateQuotaManagerAndClients(); |
| return appcache_service_; |