Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: chrome/app/helper-Info.plist

Issue 2914913002: [Mac] Enable AppNap for renderers (Closed)
Patch Set: Clean up Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/helper-Info.plist
diff --git a/chrome/app/helper-Info.plist b/chrome/app/helper-Info.plist
index cd9991a21104540672be4c227ff5b018c8dc4df0..6e89fdcd94269adee2d6de64fdffb383574eb447 100644
--- a/chrome/app/helper-Info.plist
+++ b/chrome/app/helper-Info.plist
@@ -26,5 +26,9 @@
<string>1</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
+ <key>NSSupportsAppNap</key>
+ <true/>
+ <key>NSSupportsAutomaticTermination</key>
Robert Sesek 2017/06/02 19:26:36 Do we want this key? Based on https://developer.ap
shrike 2017/06/02 19:57:53 I don't think we do.
lgrey 2017/06/05 14:49:43 Done.
+ <true/>
</dict>
</plist>

Powered by Google App Engine
This is Rietveld 408576698