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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 418733002: Prevent duplicate navigation to debug URLs from Telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing file gpu_process_crash.html Created 6 years, 5 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: content/browser/gpu/gpu_data_manager_impl_private.cc
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
index 95e0c47963c8396a7ac060dec5c376480c950f75..ccd583f65deea31406ef7ce4e076c488c1881a6d 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
@@ -758,6 +758,7 @@ void GpuDataManagerImplPrivate::ProcessCrashed(
}
{
GpuDataManagerImpl::UnlockedSession session(owner_);
+ gpu_info_.process_crash_count++;
Ken Russell (switch to Gerrit) 2014/07/25 01:08:26 I'm sorry to be pedantic but could you please move
vmiura 2014/07/25 19:56:03 Done.
observer_list_->Notify(
&GpuDataManagerObserver::OnGpuProcessCrashed, exit_code);
}

Powered by Google App Engine
This is Rietveld 408576698