Index: chrome/browser/profiles/profile.cc |
=================================================================== |
--- chrome/browser/profiles/profile.cc (revision 90024) |
+++ chrome/browser/profiles/profile.cc (working copy) |
@@ -316,6 +316,10 @@ |
return profile_; |
} |
+ virtual bool SafeBrowsingEnabled() { |
+ return GetOriginalProfile()->SafeBrowsingEnabled(); |
+ } |
+ |
virtual ChromeAppCacheService* GetAppCacheService() { |
CreateQuotaManagerAndClients(); |
return appcache_service_; |