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

Unified Diff: services/ui/gpu/gpu_service.h

Issue 2643853005: chromeos: Initial support for crash reporting for chrome --mash (Closed)
Patch Set: deps Created 3 years, 11 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
Index: services/ui/gpu/gpu_service.h
diff --git a/services/ui/gpu/gpu_service.h b/services/ui/gpu/gpu_service.h
index ae45e553c02bea00d5d318c62163341784e7fd57..8e68db1deb757b566e3a3a41cb8f624c3e3318ba 100644
--- a/services/ui/gpu/gpu_service.h
+++ b/services/ui/gpu/gpu_service.h
@@ -45,6 +45,9 @@ class GpuService : public gpu::GpuChannelManagerDelegate,
public mojom::GpuService,
public base::NonThreadSafe {
public:
+ // Crash key for the URL of the active tab.
+ static const char kActiveUrlCrashKey[];
+
GpuService(const gpu::GPUInfo& gpu_info,
std::unique_ptr<gpu::GpuWatchdogThread> watchdog,
gpu::GpuMemoryBufferFactory* memory_buffer_factory,

Powered by Google App Engine
This is Rietveld 408576698