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

Unified Diff: components/crash/content/browser/DEPS

Issue 1525023003: Distinguish in the browser between renderer crashes and kills (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 5 years 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: 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",
]

Powered by Google App Engine
This is Rietveld 408576698