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

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

Issue 2858043004: Support interstitials with no primary button (Closed)
Patch Set: Fix iOS CanGoBack implementation Created 3 years, 7 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: 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 111d9eee851c9bc9a63438d428a7f6f82d5725a7..d508f063c26f25efee5b445562b2b28f27d7dde6 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;
+ bool CanGoBack() override;
void GoBackAfterNavigationCommitted() override;
void Proceed() override;
void Reload() override;

Powered by Google App Engine
This is Rietveld 408576698