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

Unified Diff: trunk/src/components/nacl/browser/nacl_process_host.cc

Issue 118533004: Revert 242061 "Test Keeping NaCl plugins used in app background ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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
« no previous file with comments | « trunk/src/chrome/chrome_tests.gypi ('k') | trunk/src/extensions/browser/process_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/components/nacl/browser/nacl_process_host.cc
===================================================================
--- trunk/src/components/nacl/browser/nacl_process_host.cc (revision 242118)
+++ trunk/src/components/nacl/browser/nacl_process_host.cc (working copy)
@@ -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()) {
« no previous file with comments | « trunk/src/chrome/chrome_tests.gypi ('k') | trunk/src/extensions/browser/process_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698