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

Unified Diff: components/audio_modem/audio_modem_switches.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_modem_switches.h ('k') | components/audio_modem/audio_player.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/audio_modem/audio_modem_switches.cc
diff --git a/components/audio_modem/audio_modem_switches.cc b/components/audio_modem/audio_modem_switches.cc
deleted file mode 100644
index 9f559db6561f39bb5b0d4ebb46d0db95abbf2256..0000000000000000000000000000000000000000
--- a/components/audio_modem/audio_modem_switches.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2015 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/audio_modem_switches.h"
-
-namespace switches {
-
-// Directory to dump encoded tokens to, for debugging.
-// If empty (the default), tokens are not dumped.
-// If invalid (not a writable directory), Chrome will crash!
-const char kAudioModemDumpTokensToDir[] = "audio-modem-dump-tokens-to-dir";
-
-// Allow broadcast of audible audio tokens. Defaults to true.
-const char kAudioModemEnableAudibleBroadcast[] =
- "audio-modem-enable-audible-broadcast";
-
-// Allow broadcast of inaudible audio tokens. Defaults to true.
-const char kAudioModemEnableInaudibleBroadcast[] =
- "audio-modem-enable-inaudible-broadcast";
-
-} // namespace switches
« no previous file with comments | « components/audio_modem/audio_modem_switches.h ('k') | components/audio_modem/audio_player.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698