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

Unified Diff: chrome/common/chrome_switches.h

Issue 159124: linux: add command-line flag to allow debugging of sandboxed processes (Closed)
Patch Set: merge Created 11 years, 5 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 | « chrome/browser/zygote_main_linux.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 3af9fb246a1a24bfe24bc8300528025d13a52093..0727da291076d6dc71b26f7f34cf63b59786e26e 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -215,6 +215,8 @@ extern const wchar_t kEnableLocalStorage[];
extern const wchar_t kEnableSessionStorage[];
+extern const wchar_t kAllowSandboxDebugging[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H_
« no previous file with comments | « chrome/browser/zygote_main_linux.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698