Skip to content
Snippets Groups Projects
Commit 10db14cd authored by joi@chromium.org's avatar joi@chromium.org
Browse files

Add a switch to the whitelist.

TEST=none
BUG=none

Review URL: http://codereview.chromium.org/354012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30756 0039d316-1c4b-4281-b951-d872f2087c98
parent f46251ee
No related merge requests found
......@@ -22,10 +22,11 @@ const wchar_t kLauncherExeBaseName[] = L"chrome_launcher.exe";
const char* kAllowedSwitches[] = {
switches::kAutomationClientChannelID,
switches::kDisableMetrics,
switches::kNoFirstRun,
switches::kUserDataDir,
switches::kEnableRendererAccessibility,
switches::kEnableExperimentalExtensionApis,
switches::kNoErrorDialogs,
switches::kNoFirstRun,
switches::kUserDataDir,
};
CommandLine* CreateLaunchCommandLine() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment