Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
index 6761a179b2698a8e4af3cbba51f8126c84d8be3e..940547822be0e22e843191f79a14fa434740d64b 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
@@ -140,6 +140,10 @@ class SafeBrowsingBlockingPage : public content::InterstitialPageDelegate { |
// enabled, the report is scheduled to be sent on the |sb_service_|. |
void FinishMalwareDetails(int64 delay_ms); |
+ // Helpers that returns the boolean value of the given |pref| from the |
James Hawkins
2012/06/29 17:31:51
s/Helpers that returns/Returns/
Joao da Silva
2012/07/02 10:08:40
Done.
|
+ // PrefService of the Profile associated with |web_contents_|. |
+ bool IsPrefEnabled(const char* pref); |
+ |
// A list of SafeBrowsingService::UnsafeResource for a tab that the user |
// should be warned about. They are queued when displaying more than one |
// interstitial at a time. |