Index: components/nacl/browser/nacl_process_host.cc |
diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc |
index 6ad6f21da7f45d331003967a11e93c9ee6664327..6bd813d5ff6fba643335b3962d3fe0819a687b19 100644 |
--- a/components/nacl/browser/nacl_process_host.cc |
+++ b/components/nacl/browser/nacl_process_host.cc |
@@ -810,11 +810,7 @@ |
args.permissions = permissions_; |
CommandLine* cmdline = CommandLine::ForCurrentProcess(); |
DCHECK(cmdline); |
- std::string flag_whitelist[] = { |
- switches::kPpapiKeepAliveThrottle, |
- switches::kV, |
- switches::kVModule, |
- }; |
+ std::string flag_whitelist[] = {switches::kV, switches::kVModule}; |
for (size_t i = 0; i < arraysize(flag_whitelist); ++i) { |
std::string value = cmdline->GetSwitchValueASCII(flag_whitelist[i]); |
if (!value.empty()) { |