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

Unified Diff: chrome/common/chrome_switches.h

Issue 7054080: Add a flag to print the handles held by a child process when it shuts down. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « no previous file | chrome/common/chrome_switches.cc » ('j') | content/browser/child_process_launcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.h
===================================================================
--- chrome/common/chrome_switches.h (revision 87726)
+++ chrome/common/chrome_switches.h (working copy)
@@ -276,6 +276,11 @@
extern const char kVersion[];
extern const char kWinHttpProxyResolver[];
+#if defined(OS_WIN)
+extern const char kAuditHandles[];
+extern const char kAuditAllHandles[];
+#endif
+
#if defined(OS_CHROMEOS)
extern const char kWebUILogin[];
extern const char kEnableDevicePolicy[];
« no previous file with comments | « no previous file | chrome/common/chrome_switches.cc » ('j') | content/browser/child_process_launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698