Commit b6b8be9d authored by erikchen's avatar erikchen Committed by Commit Bot

Remove AppNap support from Chrome browser process.

This is a speculative fix for Chrome being unusable after unlocking the machine
after several hours/days of not being used. Our current best theory is that the
browser process goes to sleep but the renderer keeps running [and sending IPCs].
When the browser wakes up, it must spend all its time processing those IPCs,
many of which involve writing to disk.

Bug: 808031
Change-Id: Iff94f6a14cb3f3037ba43da19f32cec915b9fdb3
Reviewed-on: https://chromium-review.googlesource.com/1057458Reviewed-by: default avatarLeonard Grey <lgrey@chromium.org>
Commit-Queue: Erik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558310}
parent 20976ed7
......@@ -350,7 +350,5 @@
</array>
<key>NSUserNotificationAlertStyle</key>
<string>banner</string>
<key>NSSupportsAppNap</key>
<true/>
</dict>
</plist>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment