From 4730db95815ec2cd4d12063a14cff7cbbeb5fe61 Mon Sep 17 00:00:00 2001 From: "piman@google.com" Date: Wed, 22 Jul 2009 00:40:48 +0000 Subject: linux: add command-line flag to allow debugging of sandboxed processes Review URL: http://codereview.chromium.org/159124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21248 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_switches.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/chrome_switches.h') diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 3af9fb2..0727da2 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_ -- cgit v1.1