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.mm

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
« no previous file with comments | « ios/chrome/browser/interstitials/ios_chrome_controller_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/interstitials/ios_chrome_controller_client.mm
diff --git a/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm b/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm
index 1f5b8b2452a8ee1a973bdf68d69f896ac4f28311..2d5658a03e48369a388bfe8a521816778794e92d 100644
--- a/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm
+++ b/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm
@@ -63,7 +63,7 @@ void IOSChromeControllerClient::OpenUrlInCurrentTab(const GURL& url) {
ui::PAGE_TRANSITION_LINK, false));
}
-const std::string& IOSChromeControllerClient::GetApplicationLocale() {
+const std::string& IOSChromeControllerClient::GetApplicationLocale() const {
return GetApplicationContext()->GetApplicationLocale();
}
@@ -73,6 +73,7 @@ PrefService* IOSChromeControllerClient::GetPrefService() {
->GetPrefs();
}
-const std::string IOSChromeControllerClient::GetExtendedReportingPrefName() {
+const std::string IOSChromeControllerClient::GetExtendedReportingPrefName()
+ const {
return std::string();
}
« no previous file with comments | « ios/chrome/browser/interstitials/ios_chrome_controller_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698