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

Unified Diff: ios/chrome/browser/ui/webui/chrome_web_ui_ios_controller_factory.mm

Issue 2970863002: Removing ui-alternatives (Closed)
Patch Set: more removal Created 3 years, 5 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/ui/webui/chrome_web_ui_ios_controller_factory.mm
diff --git a/ios/chrome/browser/ui/webui/chrome_web_ui_ios_controller_factory.mm b/ios/chrome/browser/ui/webui/chrome_web_ui_ios_controller_factory.mm
index 7153cfb1354be71ad32f9821c0fdd6497683468e..755f4c0fa0ed614681c53ad3101c53e44bf4af9d 100644
--- a/ios/chrome/browser/ui/webui/chrome_web_ui_ios_controller_factory.mm
+++ b/ios/chrome/browser/ui/webui/chrome_web_ui_ios_controller_factory.mm
@@ -92,8 +92,6 @@ WebUIIOSFactoryFunction GetWebUIIOSFactoryFunction(WebUIIOS* web_ui,
return &NewWebUIIOS<VersionUI>;
if (url_host == kChromeUIFlagsHost)
return &NewWebUIIOS<FlagsUI>;
- if (url_host == kChromeUIAppleFlagsHost)
- return &NewWebUIIOS<AppleFlagsUI>;
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698