| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 5bf834ad3917b3f93a9337726cec701d151a9a7e..e19596204ed989c4ae382043123db0cd045c6e50 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -383,6 +383,10 @@ class IOThread : public content::BrowserThreadDelegate {
|
| std::string gssapi_library_name_;
|
| #endif
|
|
|
| +#if defined(OS_CHROMEOS)
|
| + bool allow_gssapi_library_load_;
|
| +#endif
|
| +
|
| // This is an instance of the default SSLConfigServiceManager for the current
|
| // platform and it gets SSL preferences from local_state object.
|
| std::unique_ptr<ssl_config::SSLConfigServiceManager>
|
|
|