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

Unified Diff: ios/chrome/browser/interstitials/ios_chrome_controller_client.h

Issue 2575623002: Componentizing SafeBrowsingBlockingPage Part 1 (Closed)
Patch Set: nits Created 4 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: ios/chrome/browser/interstitials/ios_chrome_controller_client.h
diff --git a/ios/chrome/browser/interstitials/ios_chrome_controller_client.h b/ios/chrome/browser/interstitials/ios_chrome_controller_client.h
index fb4f83e975b7e182cf1a5b11a82f3f3c1407c907..f92aa7f8ca332c8237dd2f026beec75fe150b4ef 100644
--- a/ios/chrome/browser/interstitials/ios_chrome_controller_client.h
+++ b/ios/chrome/browser/interstitials/ios_chrome_controller_client.h
@@ -37,6 +37,7 @@ class IOSChromeControllerClient
bool CanLaunchDateAndTimeSettings() override;
void LaunchDateAndTimeSettings() override;
void GoBack() override;
+ void GoBackAfterNavigationCommitted() override;
void Proceed() override;
void Reload() override;
void OpenUrlInCurrentTab(const GURL& url) override;

Powered by Google App Engine
This is Rietveld 408576698