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

Unified Diff: components/audio_modem/constants.cc

Issue 2131993002: Delete the audio modem and copresence private APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eol
Patch Set: Sync again Created 4 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
« no previous file with comments | « components/audio_modem/audio_recorder_unittest.cc ('k') | components/audio_modem/modem_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/audio_modem/constants.cc
diff --git a/components/audio_modem/constants.cc b/components/audio_modem/constants.cc
deleted file mode 100644
index d85da143e0da565e0802c6ddf7a3e9adc0a89be3..0000000000000000000000000000000000000000
--- a/components/audio_modem/constants.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "components/audio_modem/public/audio_modem_types.h"
-
-namespace audio_modem {
-
-const int kDefaultRepetitions = 5;
-const float kDefaultSampleRate = 48000.0f;
-const int kDefaultBitsPerSample = 16;
-const float kDefaultCarrierFrequency = 18500.0f;
-const media::ChannelLayout kDefaultChannelLayout = media::CHANNEL_LAYOUT_STEREO;
-
-} // namespace audio_modem
« no previous file with comments | « components/audio_modem/audio_recorder_unittest.cc ('k') | components/audio_modem/modem_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698