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

Unified Diff: media/audio/audio_manager.h

Issue 1563493004: Disable non-crash dumps since we have a large enough list now. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug link. Created 4 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager.h
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h
index 0a61dfebaef308959399bfa10c564404beeb40f9..d3eea4a6b9cdcf5b944e076dc12e983a82109b05 100644
--- a/media/audio/audio_manager.h
+++ b/media/audio/audio_manager.h
@@ -62,6 +62,10 @@ class MEDIA_EXPORT AudioManager {
static AudioManager* CreateForTesting();
// Enables non-crash dumps when audio thread hangs are detected.
+ // TODO(dalecurtis): There are no callers to this function at present. A list
+ // of bad drivers has been given to Microsoft. This should be re-enabled in
+ // the future if Microsoft is able to triage third party drivers.
+ // See http://crbug.com/422522
static void EnableCrashKeyLoggingForAudioThreadHangs();
#if defined(OS_LINUX)
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698