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

Unified Diff: chrome/common/chrome_switches.h

Issue 113190: Add support for alternate window station. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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: chrome/common/chrome_switches.h
===================================================================
--- chrome/common/chrome_switches.h (revision 16307)
+++ chrome/common/chrome_switches.h (working copy)
@@ -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 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[];
@@ -175,4 +176,4 @@
} // namespace switches
-#endif // CHROME_COMMON_CHROME_SWITCHES_H__
+#endif // CHROME_COMMON_CHROME_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698