| Index: gpu/config/gpu_info_collector.h
|
| diff --git a/gpu/config/gpu_info_collector.h b/gpu/config/gpu_info_collector.h
|
| index 840dc1d3be0235150f25e8ed9f69ad8e25fc4537..7dc8a6bb73ebace90cca251f53ffcd5e8ae3c4fb 100644
|
| --- a/gpu/config/gpu_info_collector.h
|
| +++ b/gpu/config/gpu_info_collector.h
|
| @@ -13,10 +13,6 @@
|
|
|
| namespace gpu {
|
|
|
| -// Collect GPU vendor_id and device ID.
|
| -GPU_EXPORT CollectInfoResult CollectGpuID(uint32_t* vendor_id,
|
| - uint32_t* device_id);
|
| -
|
| // Collects basic GPU info without creating a GL/DirectX context (and without
|
| // the danger of crashing), including vendor_id and device_id.
|
| // This is called at browser process startup time.
|
|
|