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

Unified Diff: content/common/media/audio_messages.h

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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
Index: content/common/media/audio_messages.h
diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h
index fd7f1f3065ce123fd0038612d67a3ec6726bc48b..4b76ca9b5a78eb8881e014a374cb5e4860c37f9e 100644
--- a/content/common/media/audio_messages.h
+++ b/content/common/media/audio_messages.h
@@ -25,11 +25,6 @@
IPC_ENUM_TRAITS(media::AudioInputIPCDelegate::State)
IPC_ENUM_TRAITS(media::AudioOutputIPCDelegate::State)
-IPC_STRUCT_TRAITS_BEGIN(media::AudioBuffersState)
- IPC_STRUCT_TRAITS_MEMBER(pending_bytes)
- IPC_STRUCT_TRAITS_MEMBER(hardware_delay_bytes)
-IPC_STRUCT_TRAITS_END()
-
// Messages sent from the browser to the renderer.
// Tell the renderer process that an audio stream has been created.

Powered by Google App Engine
This is Rietveld 408576698