Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: chrome/common/child_process_logging.h

Issue 23021021: Set the GPU info using the crash key system instead of platform-specific mechanisms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/breakpad_win.cc ('k') | chrome/common/child_process_logging_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/app/breakpad_win.cc ('k') | chrome/common/child_process_logging_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698