Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 7a02c5b9a1b2701935d9b76b05e55c62f8d31f9d..623702795f0af2b8e4148768385379851017f1ba 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -458,6 +458,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. |