| Index: chrome/browser/prefs/proxy_prefs.h
|
| diff --git a/chrome/browser/prefs/proxy_prefs.h b/chrome/browser/prefs/proxy_prefs.h
|
| index c70cee87ea7faddd58d701ffc01f6ec6d3a55ff0..46be75955db99059da480f5a71113bd0a1ddb82a 100644
|
| --- a/chrome/browser/prefs/proxy_prefs.h
|
| +++ b/chrome/browser/prefs/proxy_prefs.h
|
| @@ -47,7 +47,8 @@ extern const char kSystemProxyModeName[];
|
| bool IntToProxyMode(int in_value, ProxyMode* out_value);
|
| bool StringToProxyMode(const std::string& in_value,
|
| ProxyMode* out_value);
|
| -const char* GetProxyModeName(ProxyMode mode);
|
| +// Ownership of the return value is NOT passed to the caller.
|
| +const char* ProxyModeToString(ProxyMode mode);
|
|
|
| } // namespace ProxyPrefs
|
|
|
|
|