Index: chrome/browser/prefs/proxy_prefs.h |
diff --git a/chrome/browser/prefs/proxy_prefs.h b/chrome/browser/prefs/proxy_prefs.h |
index 8c191ab9875551871eb61015e5c99966f852ff81..f9c3916248c119d9ecfca85e6cfc7ab3cd7da040 100644 |
--- a/chrome/browser/prefs/proxy_prefs.h |
+++ b/chrome/browser/prefs/proxy_prefs.h |
@@ -63,6 +63,7 @@ bool IntToProxyMode(int in_value, ProxyMode* out_value); |
bool StringToProxyMode(const std::string& in_value, ProxyMode* out_value); |
// Ownership of the return value is NOT passed to the caller. |
const char* ProxyModeToString(ProxyMode mode); |
+std::string ConfigStateToString(ConfigState state); |
} // namespace ProxyPrefs |