| Index: ios/web/app/web_main_loop.mm
|
| diff --git a/ios/web/app/web_main_loop.mm b/ios/web/app/web_main_loop.mm
|
| index 9e56a3ec13e835ded34a180f6d450c4504cf3d86..fd7ddcc3f7a3bed873c97b1d7738f3a388772bdd 100644
|
| --- a/ios/web/app/web_main_loop.mm
|
| +++ b/ios/web/app/web_main_loop.mm
|
| @@ -68,15 +68,12 @@ void WebMainLoop::MainMessageLoopStart() {
|
| if (!base::MessageLoop::current()) {
|
| main_message_loop_.reset(new base::MessageLoopForUI);
|
| }
|
| - // Note: In Chrome, Attach() is called in
|
| - // ChromeBrowserMainPartsIOS::PreMainMessageLoopStart().
|
| base::MessageLoopForUI::current()->Attach();
|
|
|
| InitializeMainThread();
|
|
|
| #if 0
|
| - // TODO(droger): SystemMonitor is not working properly on iOS.
|
| - // See http://crbug.com/228014.
|
| + // TODO(crbug.com/228014): SystemMonitor is not working properly on iOS.
|
| system_monitor_.reset(new base::SystemMonitor);
|
| #endif
|
| // TODO(rohitrao): Do we need PowerMonitor on iOS, or can we get rid of it?
|
|
|