| Index: chrome/browser/prefs/proxy_prefs.h
|
| diff --git a/chrome/browser/prefs/proxy_prefs.h b/chrome/browser/prefs/proxy_prefs.h
|
| index da911d4e857db21329aaf8286ee7bd590d984008..c70cee87ea7faddd58d701ffc01f6ec6d3a55ff0 100644
|
| --- a/chrome/browser/prefs/proxy_prefs.h
|
| +++ b/chrome/browser/prefs/proxy_prefs.h
|
| @@ -47,6 +47,7 @@ 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);
|
|
|
| } // namespace ProxyPrefs
|
|
|
|
|