Chromium Code Reviews| Index: chrome/gpu/gpu_watchdog_thread.cc |
| =================================================================== |
| --- chrome/gpu/gpu_watchdog_thread.cc (revision 71474) |
| +++ chrome/gpu/gpu_watchdog_thread.cc (working copy) |
| @@ -217,8 +217,8 @@ |
| return; |
| #endif |
| - LOG(ERROR) << "The GPU process hung. Restarting after " |
| - << timeout_ << " seconds."; |
| + LOG(ERROR) << "The GPU process hung. Terminating after " |
| + << timeout_ << " ms."; |
| volatile int* null_pointer = NULL; |
| *null_pointer = timeout; |