| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index ca55e19c1bd2afb51a614e7f3b3e6101935a832a..2088c5c8c0237470a69c5e719100d7f9426e43cf 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -463,6 +463,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.
|
|
|