| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 0b3d32ca5fef4f150ed62b3280c0d0dc00d831a5..2b95db9bc7524ed13dd00d04528c8d3e74860610 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -830,9 +830,6 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| // Task runner for the IO thead.
|
| scoped_refptr<base::SingleThreadTaskRunner> io_thread_task_runner_;
|
|
|
| - // Whether experimental web platform features are enabled.
|
| - bool experimental_web_features_enabled_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ResourceDispatcherHostImpl);
|
| };
|
|
|
|
|