| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index bfa4b77e433933aaf7cc621b742e418476ee24d2..577962db43a02a27ea8e0f2a837210cdb20a8c28 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -403,7 +403,6 @@ void BrowserMainLoop::MainMessageLoopStart() {
|
| network_change_notifier_.reset(net::NetworkChangeNotifier::Create());
|
| }
|
|
|
| -#if !defined(OS_IOS)
|
| {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:MediaFeatures")
|
| media::InitializeCPUSpecificMediaFeatures();
|
| @@ -416,6 +415,8 @@ void BrowserMainLoop::MainMessageLoopStart() {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:MIDIManager")
|
| midi_manager_.reset(media::MIDIManager::Create());
|
| }
|
| +
|
| +#if !defined(OS_IOS)
|
| {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:ContentWebUIController")
|
| WebUIControllerFactory::RegisterFactory(
|
|
|