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

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

Issue 2845053002: Avoid showing the supervised user block interstitial more than once (Closed)
Patch Set: comment Created 3 years, 8 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 028c0ab6ee315ea433dda249fb0170ddd998b5cb..2133df69d8be00b87f3a8549f783f4ac956f5992 100644
--- a/chrome/browser/supervised_user/supervised_user_interstitial.h
+++ b/chrome/browser/supervised_user/supervised_user_interstitial.h
@@ -51,7 +51,7 @@ class SupervisedUserInterstitial : public content::InterstitialPageDelegate,
const base::Callback<void(bool)>& callback);
~SupervisedUserInterstitial() override;
- bool Init();
+ void Init();
// InterstitialPageDelegate implementation.
std::string GetHTMLContents() override;

Powered by Google App Engine
This is Rietveld 408576698