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

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

Issue 2603433002: Move SecurityInterstitialPage into component (Closed)
Patch Set: missed some changes in rebase Created 3 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: 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 f92aa7f8ca332c8237dd2f026beec75fe150b4ef..111d9eee851c9bc9a63438d428a7f6f82d5725a7 100644
--- a/ios/chrome/browser/interstitials/ios_chrome_controller_client.h
+++ b/ios/chrome/browser/interstitials/ios_chrome_controller_client.h
@@ -41,9 +41,9 @@ class IOSChromeControllerClient
void Proceed() override;
void Reload() override;
void OpenUrlInCurrentTab(const GURL& url) override;
- const std::string& GetApplicationLocale() override;
+ const std::string& GetApplicationLocale() const override;
PrefService* GetPrefService() override;
- const std::string GetExtendedReportingPrefName() override;
+ const std::string GetExtendedReportingPrefName() const override;
web::WebState* web_state_;
web::WebInterstitial* web_interstitial_;

Powered by Google App Engine
This is Rietveld 408576698