chromium/ios/chrome/app/resources/Settings.bundle/ExperimentalSandboxDump.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>PreferenceSpecifiers</key>
	<array>
		<dict>
			<key>Type</key>
			<string>PSGroupSpecifier</string>
			<key>Title</key>
			<string>Dump sandbox</string>
		</dict>
		<dict>
			<key>Type</key>
			<string>PSToggleSwitchSpecifier</string>
			<key>Title</key>
			<string>Dump Sandboxes to Documents</string>
			<key>Key</key>
			<string>EnableDumpSandboxes</string>
			<key>DefaultValue</key>
			<false/>
		</dict>
		<dict>
			<key>Type</key>
			<string>PSToggleSwitchSpecifier</string>
			<key>Title</key>
			<string>Dump Sandbox File Statistics to Documents</string>
			<key>Key</key>
			<string>EnableDumpSandboxFileStatistics</string>
			<key>DefaultValue</key>
			<false/>
		</dict>
		<dict>
			<key>Type</key>
			<string>PSToggleSwitchSpecifier</string>
			<key>Title</key>
			<string>Dump Environment to Documents</string>
			<key>Key</key>
			<string>EnableDumpEnvironment</string>
			<key>DefaultValue</key>
			<false/>
		</dict>
	</array>
</dict>
</plist>