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

Unified Diff: chrome/browser/supervised_user/supervised_user_interstitial.h

Issue 1452603002: Supervised user web restrictions content provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to more comments Created 5 years 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
Index: chrome/browser/supervised_user/supervised_user_interstitial.h
diff --git a/chrome/browser/supervised_user/supervised_user_interstitial.h b/chrome/browser/supervised_user/supervised_user_interstitial.h
index bf75f13217bfdac2b9f084afbee99c36054cf633..ca28048e5a8e0987e593001c6ded536f45c7386c 100644
--- a/chrome/browser/supervised_user/supervised_user_interstitial.h
+++ b/chrome/browser/supervised_user/supervised_user_interstitial.h
@@ -35,6 +35,10 @@ class SupervisedUserInterstitial : public content::InterstitialPageDelegate,
SupervisedUserURLFilter::FilteringBehaviorReason reason,
const base::Callback<void(bool)>& callback);
+ static std::string GetHTMLContents(
+ Profile* profile,
+ SupervisedUserURLFilter::FilteringBehaviorReason reason);
+
private:
SupervisedUserInterstitial(
content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698