Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: components/security_interstitials/content/security_interstitial_page.h

Issue 2627343003: Update prefservice only if it is available. (Closed)
Patch Set: address code review Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/security_interstitials/content/security_interstitial_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_interstitials/content/security_interstitial_page.h
diff --git a/components/security_interstitials/content/security_interstitial_page.h b/components/security_interstitials/content/security_interstitial_page.h
index 15d28295b24dc019b5895df1c42ba62cbbf375d6..bc68b02dd739a94814e6ffb843f7756fffc82ccc 100644
--- a/components/security_interstitials/content/security_interstitial_page.h
+++ b/components/security_interstitials/content/security_interstitial_page.h
@@ -64,9 +64,6 @@ class SecurityInterstitialPage : public content::InterstitialPageDelegate {
content::WebContents* web_contents() const;
GURL request_url() const;
- // Returns the boolean value of the given |pref|.
- bool IsPrefEnabled(const char* pref);
-
SecurityInterstitialControllerClient* controller();
MetricsHelper* metrics_helper();
« no previous file with comments | « no previous file | components/security_interstitials/content/security_interstitial_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698