| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d14aeb7866957e186192883dcc9754ae9968d1a8..faf34a24ec8df2ff479bcec808dc670c7f496446 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -21,11 +21,6 @@ namespace switches {
|
| // all work out.
|
| // -----------------------------------------------------------------------------
|
|
|
| -// If set, Chrome will activate any existing browsers for a specific profile.
|
| -// Used for example by the fast-user switcher in the Windows JumpList.
|
| -const char kActivateExistingProfileBrowser[] =
|
| - "activate-existing-profile-browser";
|
| -
|
| // Allows third-party content included on a page to prompt for a HTTP basic
|
| // auth username/password pair.
|
| const char kAllowCrossOriginAuthPrompt[] = "allow-cross-origin-auth-prompt";
|
|
|