diff options
Diffstat (limited to 'chrome/gpu/gpu_main.cc')
-rw-r--r-- | chrome/gpu/gpu_main.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/gpu/gpu_main.cc b/chrome/gpu/gpu_main.cc index 2139e27..7ee9622c 100644 --- a/chrome/gpu/gpu_main.cc +++ b/chrome/gpu/gpu_main.cc @@ -134,13 +134,6 @@ int GpuMain(const MainFunctionParams& parameters) { enable_watchdog = false; #endif -// TODO(apatrick): Disable for this commit. I want to enable this feature with -// a simple single file change that can easily be reverted if need be without -// losing all the other features of the patch. -#if 1 - enable_watchdog = false; -#endif - scoped_refptr<GpuWatchdogThread> watchdog_thread; if (enable_watchdog) { watchdog_thread = new GpuWatchdogThread(MessageLoop::current(), |