Index: chrome/browser/profiles/profile.h |
=================================================================== |
--- chrome/browser/profiles/profile.h (revision 90024) |
+++ chrome/browser/profiles/profile.h (working copy) |
@@ -189,6 +189,9 @@ |
// True if an incognito profile exists. |
virtual bool HasOffTheRecordProfile() = 0; |
+ // True if safe browsing has been enabled for this profile. |
+ virtual bool SafeBrowsingEnabled() = 0; |
+ |
// Return the original "recording" profile. This method returns this if the |
// profile is not incognito. |
virtual Profile* GetOriginalProfile() = 0; |