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

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

Issue 2955503002: Make interstitial links open in a new tab (Closed)
Patch Set: Mock out help center URL in SafeBrowsingBlockingPageTest Created 3 years, 6 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 d508f063c26f25efee5b445562b2b28f27d7dde6..0a741f47fdc172874f5448400f1c1015f8871263 100644
--- a/ios/chrome/browser/interstitials/ios_chrome_controller_client.h
+++ b/ios/chrome/browser/interstitials/ios_chrome_controller_client.h
@@ -41,6 +41,7 @@ class IOSChromeControllerClient
void GoBackAfterNavigationCommitted() override;
void Proceed() override;
void Reload() override;
+ void OpenUrlInNewForegroundTab(const GURL& url) override;
void OpenUrlInCurrentTab(const GURL& url) override;
const std::string& GetApplicationLocale() const override;
PrefService* GetPrefService() override;

Powered by Google App Engine
This is Rietveld 408576698