summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-12 17:40:33 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-12 17:40:33 +0000
commit56ec62a9dbeda39c379b31ebb48756e2f1bcedaf (patch)
treecc9b4e8949468899046632dd0d9b56b4d5114bcb /chrome_frame
parent149592402122d19c50348e67651a790588bc1756 (diff)
downloadchromium_src-56ec62a9dbeda39c379b31ebb48756e2f1bcedaf.zip
chromium_src-56ec62a9dbeda39c379b31ebb48756e2f1bcedaf.tar.gz
chromium_src-56ec62a9dbeda39c379b31ebb48756e2f1bcedaf.tar.bz2
Add kNoErrorDialogs to the list of allowed switches to prevent the chrome launcher from DCHECK'ing
in debug builds. Review URL: http://codereview.chromium.org/267054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/chrome_launcher.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_launcher.cc b/chrome_frame/chrome_launcher.cc
index 561e0ba..f5e2903 100644
--- a/chrome_frame/chrome_launcher.cc
+++ b/chrome_frame/chrome_launcher.cc
@@ -27,6 +27,7 @@ const wchar_t* kAllowedSwitches[] = {
switches::kUserDataDir,
switches::kLoadExtension,
switches::kEnableRendererAccessibility,
+ switches::kNoErrorDialogs,
};
CommandLine* CreateLaunchCommandLine() {