| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index e71f26cac533c91e72867fa72579b61d2b7221bd..f7f4c77d99128fe1d9b924683f977bbd28d31b39 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -247,6 +247,7 @@ class IOThread : public content::BrowserThreadDelegate {
|
| // main frame load fails with a DNS error in order to provide more useful
|
| // information to the renderer so it can show a more specific error page.
|
| scoped_ptr<chrome_browser_net::DnsProbeService> dns_probe_service;
|
| + bool enable_token_binding;
|
| };
|
|
|
| // |net_log| must either outlive the IOThread or be NULL.
|
|
|