| Index: gpu/config/gpu_control_list.h
|
| diff --git a/gpu/config/gpu_control_list.h b/gpu/config/gpu_control_list.h
|
| index ec83b04dfe05b242661fdd6a1dde0493a1a6de68..32494154bf4f78b9667c52a0240d679fcd255409 100644
|
| --- a/gpu/config/gpu_control_list.h
|
| +++ b/gpu/config/gpu_control_list.h
|
| @@ -400,7 +400,6 @@
|
| const std::string& int_string2);
|
|
|
| void SetDirectRenderingInfo(bool value);
|
| - void SetInProcessGPUInfo(bool value);
|
|
|
| bool SetFeatures(const std::vector<std::string>& features,
|
| const FeatureMap& feature_map,
|
| @@ -457,7 +456,6 @@
|
| scoped_ptr<VersionInfo> machine_model_version_info_;
|
| scoped_ptr<IntInfo> gpu_count_info_;
|
| scoped_ptr<BoolInfo> direct_rendering_info_;
|
| - scoped_ptr<BoolInfo> in_process_gpu_info_;
|
| std::set<int> features_;
|
| std::vector<ScopedGpuControlListEntry> exceptions_;
|
| };
|
|
|