 Chromium Code Reviews
 Chromium Code Reviews Issue 1525023003:
  Distinguish in the browser between renderer crashes and kills  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1525023003:
  Distinguish in the browser between renderer crashes and kills  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: components/crash/content/browser/DEPS | 
| diff --git a/components/crash/content/browser/DEPS b/components/crash/content/browser/DEPS | 
| index c24130ef510c0f98401f969fd89f78f98d2ca97b..4215250272d5605afbb7a28d72345df84ae8ebd3 100644 | 
| --- a/components/crash/content/browser/DEPS | 
| +++ b/components/crash/content/browser/DEPS | 
| @@ -1,4 +1,6 @@ | 
| include_rules = [ | 
| "+content/public/browser", | 
| "+content/public/common", | 
| + # Only for IPC::SocketPair function. | 
| + "+ipc", | 
| ] |