| Index: net/proxy/proxy_script_decider.h
|
| ===================================================================
|
| --- net/proxy/proxy_script_decider.h (revision 141814)
|
| +++ net/proxy/proxy_script_decider.h (working copy)
|
| @@ -6,6 +6,7 @@
|
| #define NET_PROXY_PROXY_SCRIPT_DECIDER_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/memory/ref_counted.h"
|
| @@ -131,8 +132,10 @@
|
| // ProxyResolver doesn't |expect_pac_bytes()|.
|
| State GetStartState() const;
|
|
|
| - NetLogStringParameter* CreateNetLogParameterAndDetermineURL(
|
| - const PacSource& pac_source, GURL* effective_pac_url);
|
| + void CreateSourceStringAndDetermineURL(
|
| + const PacSource& pac_source,
|
| + GURL* effective_pac_url,
|
| + std::string* source_string);
|
|
|
| // Returns the current PAC URL we are fetching/testing.
|
| const PacSource& current_pac_source() const;
|
|
|