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

Unified Diff: content/public/common/content_switches.h

Issue 508493003: Use WaitForDebuggerChildren to let renderer wait for gdb (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index dd0a730a560d00ff18a78f1a66a8717e3fb047fb..d9f26012f9423dae6d8ae702ba7fba9f7f45b078 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -280,6 +280,8 @@ CONTENT_EXPORT extern const char kDisableLegacyIntermediateWindow[];
CONTENT_EXPORT extern const char kEnableWin32kRendererLockDown[];
#endif
+CONTENT_EXPORT extern const char kWaitForDebuggerRenderer[];
Feng Qian 2014/08/27 17:52:02 kRendererWaitForDebugger is the format we use.
Jaekyun Seok (inactive) 2014/08/27 23:15:26 Done.
+
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
// alphabetical order, or in one of the ifdefs (also in order in each section).

Powered by Google App Engine
This is Rietveld 408576698