| Index: chrome/browser/prefs/proxy_config_dictionary.h
 | 
| diff --git a/chrome/browser/prefs/proxy_config_dictionary.h b/chrome/browser/prefs/proxy_config_dictionary.h
 | 
| index ae5c80e0b761344b9bfec2462d3b08fcbcaade22..7b11d152f3a4b0bace607ccc847af890e8a5b26d 100644
 | 
| --- a/chrome/browser/prefs/proxy_config_dictionary.h
 | 
| +++ b/chrome/browser/prefs/proxy_config_dictionary.h
 | 
| @@ -32,6 +32,7 @@ class ProxyConfigDictionary {
 | 
|    bool GetPacUrl(std::string* out) const;
 | 
|    bool GetProxyServer(std::string* out) const;
 | 
|    bool GetBypassList(std::string* out) const;
 | 
| +  bool HasBypassList() const;
 | 
|  
 | 
|    static DictionaryValue* CreateDirect();
 | 
|    static DictionaryValue* CreateAutoDetect();
 | 
| 
 |