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..ea151f7276820602887b9cfbedc45fd4bed33736 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 ConfigStateToDebugString(ConfigState state); |
} // namespace ProxyPrefs |