diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 16:05:56 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 16:05:56 +0000 |
commit | ff608eb386a2662bbe076a2a59b21eb90bc34532 (patch) | |
tree | 63c82289115c4b64d6d444816aab4f895f43917c /chrome/common/chrome_switches.h | |
parent | 1e3af029048d55a3b7c39100683121d71c8ea673 (diff) | |
download | chromium_src-ff608eb386a2662bbe076a2a59b21eb90bc34532.zip chromium_src-ff608eb386a2662bbe076a2a59b21eb90bc34532.tar.gz chromium_src-ff608eb386a2662bbe076a2a59b21eb90bc34532.tar.bz2 |
Add support for alternate window station.
TEST: Start chrome, make sure it loads pages, then user process explorer to make sure the WindowStation handle name is not the same as the browser process.
BUG:10996
Review URL: http://codereview.chromium.org/113190
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 34745f189..d304c78 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -4,8 +4,8 @@ // Defines all the command-line switches used by Chrome. -#ifndef CHROME_COMMON_CHROME_SWITCHES_H__ -#define CHROME_COMMON_CHROME_SWITCHES_H__ +#ifndef CHROME_COMMON_CHROME_SWITCHES_H_ +#define CHROME_COMMON_CHROME_SWITCHES_H_ #include "base/base_switches.h" @@ -35,6 +35,7 @@ extern const wchar_t kProcessPerTab[]; extern const wchar_t kProcessPerSite[]; extern const wchar_t kInProcessPlugins[]; extern const wchar_t kNoSandbox[]; +extern const wchar_t kDisableAltWinstation[]; extern const wchar_t kSafePlugins[]; extern const wchar_t kTrustedPlugins[]; extern const wchar_t kTestSandbox[]; @@ -179,4 +180,4 @@ extern const wchar_t kNewNewTabPage[]; } // namespace switches -#endif // CHROME_COMMON_CHROME_SWITCHES_H__ +#endif // CHROME_COMMON_CHROME_SWITCHES_H_ |