Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index 02d9b444ecc1c14fc9b28fb11bb4a201ebeb8ec6..d2a1b80fa370159a97815cd66ec438f8fcd0621b 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -488,12 +488,6 @@ static void ReleaseFreeMemoryThunk() { |
ui::RegisterPathProvider(); |
content::RegisterPathProvider(); |
- |
- // TODO(jrg): "up to here" is how far we get without crashing on |
- // content shell bringup. |
-#if defined(ANDROID_UPSTREAM_BRINGUP) |
- return 0; |
-#endif |
content::RegisterContentSchemes(true); |
CHECK(icu_util::Initialize()); |