| Index: chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
|
| diff --git a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
|
| index 209a6bb70c33d8000e3f11c601ad45e4b48c4df4..c892e3bc4a4fdc08f3b7729f936884db44cef82c 100644
|
| --- a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
|
| +++ b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
|
| @@ -291,7 +291,7 @@ WebUIFactoryFunction GetWebUIFactoryFunction(content::WebUI* web_ui,
|
| return &NewWebUI<PrintPreviewUI>;
|
| }
|
|
|
| -#if !defined(OS_CHROMEOS)
|
| +#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
|
| if (url.host() == chrome::kChromeUISyncPromoHost) {
|
| // If the sync promo page is enabled then use the sync promo WebUI otherwise
|
| // use the NTP WebUI. We don't want to return NULL if the sync promo page
|
|
|