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

Unified Diff: content/browser/renderer_host/media/mock_media_observer.h

Issue 7566054: Revert 95542 - Plumb media data from renderers up to MediaInternals in the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/mock_media_observer.h
===================================================================
--- content/browser/renderer_host/media/mock_media_observer.h (revision 95544)
+++ content/browser/renderer_host/media/mock_media_observer.h (working copy)
@@ -10,7 +10,6 @@
#include "base/basictypes.h"
#include "content/browser/renderer_host/media/media_observer.h"
-#include "media/base/media_log_event.h"
#include "testing/gmock/include/gmock/gmock.h"
class MockMediaObserver : public MediaObserver {
@@ -26,8 +25,6 @@
void(void* host, int stream_id, const std::string& status));
MOCK_METHOD3(OnSetAudioStreamVolume,
void(void* host, int stream_id, double volume));
- MOCK_METHOD2(OnMediaEvent,
- void(int source, const media::MediaLogEvent& event));
};
#endif // CONTENT_BROWSER_RENDERER_HOST_MEDIA_MOCK_MEDIA_OBSERVER_H_
« no previous file with comments | « content/browser/renderer_host/media/media_observer.h ('k') | content/browser/renderer_host/render_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698