| Index: chrome_frame/chrome_launcher.cc
|
| diff --git a/chrome_frame/chrome_launcher.cc b/chrome_frame/chrome_launcher.cc
|
| index c7ca6189b0267c14cb956a47c38890692f1f48dc..2e1edc863ea5dbf5a8f5c740fece1aed59fe32bf 100644
|
| --- a/chrome_frame/chrome_launcher.cc
|
| +++ b/chrome_frame/chrome_launcher.cc
|
| @@ -21,16 +21,17 @@ const wchar_t* kAllowedSwitches[] = {
|
| L"automation-channel",
|
| L"chrome-frame",
|
| L"chrome-version",
|
| + L"disable-background-mode",
|
| + L"disable-popup-blocking",
|
| L"disable-renderer-accessibility",
|
| L"enable-experimental-extension-apis",
|
| L"force-renderer-accessibility",
|
| + L"full-memory-crash-report",
|
| L"lang",
|
| L"no-default-browser-check",
|
| - L"noerrdialogs",
|
| L"no-first-run",
|
| + L"noerrdialogs",
|
| L"user-data-dir",
|
| - L"disable-popup-blocking",
|
| - L"full-memory-crash-report",
|
| };
|
|
|
| const wchar_t kWhitespaceChars[] = {
|
|
|