Home | History | Annotate | Download | only in automation

Lines Matching refs:proxy_server

558     std::string proxy_server;
559 if (dict.GetString(automation::kJSONProxyServer, &proxy_server)) {
560 pc->proxy_rules().ParseFromString(proxy_server);