Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5996)

Unified Diff: chrome_frame/chrome_launcher.cc

Issue 8070019: Don't allow Chrome to go into background mode when launched by GCF. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[] = {

Powered by Google App Engine
This is Rietveld 408576698