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

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

Issue 2914913002: [Mac] Enable AppNap for renderers (Closed)
Patch Set: Add comment for magic numbers Created 3 years, 6 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
« no previous file with comments | « base/process/process_mac.cc ('k') | content/child/child_thread_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/helper-Info.plist
diff --git a/chrome/app/helper-Info.plist b/chrome/app/helper-Info.plist
index cd9991a21104540672be4c227ff5b018c8dc4df0..5fca138d4005b1033b9a4f7bff7c5831bd82398a 100644
--- a/chrome/app/helper-Info.plist
+++ b/chrome/app/helper-Info.plist
@@ -26,5 +26,7 @@
<string>1</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
+ <key>NSSupportsAppNap</key>
+ <true/>
</dict>
</plist>
« no previous file with comments | « base/process/process_mac.cc ('k') | content/child/child_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698