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

Unified Diff: content/browser/renderer_host/media/audio_input_device_manager_unittest.cc

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/browser/renderer_host/media/audio_input_device_manager_unittest.cc
diff --git a/content/browser/renderer_host/media/audio_input_device_manager_unittest.cc b/content/browser/renderer_host/media/audio_input_device_manager_unittest.cc
index 475109a0562616483ba14ace113869eec4bbc02b..8b8fcb7e03441b3a721ad52561338521a7d6762e 100644
--- a/content/browser/renderer_host/media/audio_input_device_manager_unittest.cc
+++ b/content/browser/renderer_host/media/audio_input_device_manager_unittest.cc
@@ -81,10 +81,6 @@ class MockAudioInputDeviceManagerEventHandler
DISALLOW_COPY_AND_ASSIGN(MockAudioInputDeviceManagerEventHandler);
};
-ACTION_P(ExitMessageLoop, message_loop) {
- message_loop->PostTask(FROM_HERE, MessageLoop::QuitClosure());
-}
-
class AudioInputDeviceManagerTest : public testing::Test {
public:
AudioInputDeviceManagerTest() {}

Powered by Google App Engine
This is Rietveld 408576698