| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6426ff44ee925447d9d03662eb8d2d8307f5729b..2e4924cb7e6d1fdab5fd2e200df711b048238ee4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -586,7 +586,7 @@ const char kNoSupervisedUserAcknowledgmentCheck[] =
|
| "no-managed-user-acknowledgment-check";
|
|
|
| // Launches URL in new browser window.
|
| -const char kOpenInNewWindow[] = "new-window";
|
| +const char kOpenInNewWindow[] = "new-window";
|
|
|
| // The time that a new chrome process which is delegating to an already running
|
| // chrome process started. (See ProcessSingleton for more details.)
|
|
|