Index: chrome/browser/profiles/profile_impl.cc |
=================================================================== |
--- chrome/browser/profiles/profile_impl.cc (revision 90024) |
+++ 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_; |