| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a27531b91c1f6520eb0c0aa63826f9c424c41174..0c5c7807ea3291e2163e0492b294a534b7162734 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -91,6 +91,11 @@ const char kAuthServerWhitelist[] = "auth-server-whitelist";
|
| // automation-related messages on IPC channel with the given ID.
|
| const char kAutomationClientChannelID[] = "automation-channel";
|
|
|
| +// Causes the automation provider to reinitialize its IPC channel instead of
|
| +// shutting down when a client disconnects.
|
| +const char kAutomationReinitializeOnChannelError[] =
|
| + "automation-reinitialize-on-channel-error";
|
| +
|
| // When the option to block third-party cookies from being set is enabled,
|
| // also block third-party cookies from being read.
|
| const char kBlockReadingThirdPartyCookies[] =
|
|
|