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

Unified Diff: components/copresence/copresence_constants.cc

Issue 865483005: Creating the audio_modem component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging again Created 5 years, 10 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/copresence/DEPS ('k') | components/copresence/copresence_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/copresence_constants.cc
diff --git a/components/copresence/copresence_constants.cc b/components/copresence/copresence_constants.cc
deleted file mode 100644
index 3c86938b807b76b693a3dc10bd429ba93de3990e..0000000000000000000000000000000000000000
--- a/components/copresence/copresence_constants.cc
+++ /dev/null
@@ -1,16 +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/copresence/public/copresence_constants.h"
-
-namespace copresence {
-
-const int kDefaultRepetitions = 5;
-const float kDefaultSampleRate = 48000.0f;
-const int kDefaultBitsPerSample = 16;
-const float kDefaultCarrierFrequency = 18500.0f;
-const int kDefaultChannels = 2;
-const media::ChannelLayout kDefaultChannelLayout = media::CHANNEL_LAYOUT_STEREO;
-
-} // namespace copresence
« no previous file with comments | « components/copresence/DEPS ('k') | components/copresence/copresence_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698