| Index: chrome/browser/io_thread.h | 
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h | 
| index 689b11d64675ab680318166432e547626d9916b5..dfa168b24657d5f3807c81c28733bec96cd52cbc 100644 | 
| --- a/chrome/browser/io_thread.h | 
| +++ b/chrome/browser/io_thread.h | 
| @@ -456,6 +456,7 @@ class IOThread : public content::BrowserThreadDelegate { | 
| std::string auth_server_whitelist_; | 
| std::string auth_delegate_whitelist_; | 
| std::string gssapi_library_name_; | 
| +  std::string auth_android_negotiate_account_type_; | 
|  | 
| // This is an instance of the default SSLConfigServiceManager for the current | 
| // platform and it gets SSL preferences from local_state object. | 
|  |