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

Unified Diff: media/base/sinc_resampler.h

Issue 231623005: Remove obsolete atomic debugging checks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « media/audio/audio_output_controller.cc ('k') | media/base/sinc_resampler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/sinc_resampler.h
diff --git a/media/base/sinc_resampler.h b/media/base/sinc_resampler.h
index 2d0cdea7a6d43d13cd69447907b877186b678740..af9a3023384c2abfeabf90643ce23480db4f1652 100644
--- a/media/base/sinc_resampler.h
+++ b/media/base/sinc_resampler.h
@@ -5,7 +5,6 @@
#ifndef MEDIA_BASE_SINC_RESAMPLER_H_
#define MEDIA_BASE_SINC_RESAMPLER_H_
-#include "base/atomic_ref_count.h"
#include "base/callback.h"
#include "base/gtest_prod_util.h"
#include "base/memory/aligned_memory.h"
@@ -136,11 +135,6 @@ class MEDIA_EXPORT SincResampler {
float* r3_;
float* r4_;
- // Atomic ref count indicating when when we're not currently resampling. Will
- // be CHECK'd to find crashes...
- // TODO(dalecurtis): Remove debug helpers for http://crbug.com/295278
- base::AtomicRefCount not_currently_resampling_;
-
DISALLOW_COPY_AND_ASSIGN(SincResampler);
};
« no previous file with comments | « media/audio/audio_output_controller.cc ('k') | media/base/sinc_resampler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698