Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 2432050ee0b30e159b011f9a10659c0edbad7fe3..63b513973ec76e9ee131325926e87349576b7f0a 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -26,6 +26,7 @@ extern const wchar_t kProcessChannelID[]; |
extern const wchar_t kTestingChannelID[]; |
extern const wchar_t kHomePage[]; |
extern const wchar_t kRendererProcess[]; |
+extern const wchar_t kZygoteProcess[]; |
extern const wchar_t kBrowserSubprocessPath[]; |
extern const wchar_t kPluginProcess[]; |
extern const wchar_t kWorkerProcess[]; |
@@ -183,6 +184,8 @@ extern const wchar_t kEnableBenchmarking[]; |
extern const wchar_t kNoDefaultBrowserCheck[]; |
+extern const wchar_t kZygoteCmdPrefix[]; |
+ |
} // namespace switches |
#endif // CHROME_COMMON_CHROME_SWITCHES_H_ |