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

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

Issue 1552333002: Resubmit Supervised user web restrictions content provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual rebase to fix merge problem Created 4 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
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 5504b1d279a22faa757ce44964c5e486a812931b..f90bf1e67ddabbb228a49da6a90485374399bbf4 100644
--- a/chrome/browser/supervised_user/supervised_user_interstitial.h
+++ b/chrome/browser/supervised_user/supervised_user_interstitial.h
@@ -36,6 +36,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