| Index: chrome/common/child_process_logging.h
|
| diff --git a/chrome/common/child_process_logging.h b/chrome/common/child_process_logging.h
|
| index 21a12bb04c614ca4c59ad8791876279f16674810..d0a53276e03bd2298f3c1853d9920d8f360ed615 100644
|
| --- a/chrome/common/child_process_logging.h
|
| +++ b/chrome/common/child_process_logging.h
|
| @@ -15,10 +15,6 @@
|
|
|
| class CommandLine;
|
|
|
| -namespace gpu {
|
| -struct GPUInfo;
|
| -}
|
| -
|
| // The maximum number of active extensions we will report.
|
| // Also used in chrome/app, but we define it here to avoid a common->app
|
| // dependency.
|
| @@ -52,13 +48,6 @@ namespace child_process_logging {
|
| extern char g_channel[];
|
| extern char g_client_id[];
|
| extern char g_extension_ids[];
|
| -extern char g_gpu_vendor_id[];
|
| -extern char g_gpu_device_id[];
|
| -extern char g_gpu_gl_vendor[];
|
| -extern char g_gpu_gl_renderer[];
|
| -extern char g_gpu_driver_ver[];
|
| -extern char g_gpu_ps_ver[];
|
| -extern char g_gpu_vs_ver[];
|
| extern char g_num_extensions[];
|
| extern char g_num_switches[];
|
| extern char g_num_variations[];
|
| @@ -95,9 +84,6 @@ void SetActiveExtensions(const std::set<std::string>& extension_ids);
|
| // Sets a number of views/tabs opened in this process.
|
| void SetNumberOfViews(int number_of_views);
|
|
|
| -// Sets the data on the gpu to send along with crash reports.
|
| -void SetGpuInfo(const gpu::GPUInfo& gpu_info);
|
| -
|
| // Sets the data on the printer to send along with crash reports. Data may be
|
| // separated by ';' up to kMaxReportedPrinterRecords strings. Each substring
|
| // would be cut to 63 chars.
|
|
|