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

Unified Diff: chrome/renderer/renderer.sb

Issue 183003: Fix crash-on-launch on Snow Leopard (Closed)
Patch Set: Created 11 years, 4 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 | « no previous file | chrome/renderer/renderer_main_platform_delegate_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer.sb
diff --git a/chrome/renderer/renderer.sb b/chrome/renderer/renderer.sb
index f5a00f6320316672ce262f5eb6796353bd0e884c..c961356e6642fde712adc13ca8f7f43d963b18be 100644
--- a/chrome/renderer/renderer.sb
+++ b/chrome/renderer/renderer.sb
@@ -7,7 +7,8 @@
(deny default)
; Allow sending signals to self - http://crbug.com/20370
-(allow %signal-self)
+; ;10.5_ONLY is substitued at runtime.
John Grabowski 2009/08/28 19:41:33 :;10.5_ONLY" is replaced with "" at runtime as nee
+;10.5_ONLY (allow %signal-self)
; Needed for full-page-zoomed controls - http://crbug.com/11325
(allow sysctl-read)
« no previous file with comments | « no previous file | chrome/renderer/renderer_main_platform_delegate_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698