| Index: chrome/browser/crash_handler_host_linux_stub.cc
|
| ===================================================================
|
| --- chrome/browser/crash_handler_host_linux_stub.cc (revision 74410)
|
| +++ chrome/browser/crash_handler_host_linux_stub.cc (working copy)
|
| @@ -26,6 +26,17 @@
|
| void CrashHandlerHostLinux::WillDestroyCurrentMessageLoop() {
|
| }
|
|
|
| +GpuCrashHandlerHostLinux::GpuCrashHandlerHostLinux() {
|
| +}
|
| +
|
| +GpuCrashHandlerHostLinux::~GpuCrashHandlerHostLinux() {
|
| +}
|
| +
|
| +// static
|
| +GpuCrashHandlerHostLinux* GpuCrashHandlerHostLinux::GetInstance() {
|
| + return Singleton<GpuCrashHandlerHostLinux>::get();
|
| +}
|
| +
|
| PluginCrashHandlerHostLinux::PluginCrashHandlerHostLinux() {
|
| }
|
|
|
|
|