Searched defs:use_v8 (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dproxy_service_factory.cc60 bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver); local
61 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) {
65 use_v8 = false; // Fallback to non-v8 implementation.
85 if (use_v8) {

Completed in 116 milliseconds