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

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

Issue 1015473003: Remove unused MockMediaObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | content/browser/renderer_host/media/mock_media_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/mock_media_observer.h
diff --git a/content/browser/renderer_host/media/mock_media_observer.h b/content/browser/renderer_host/media/mock_media_observer.h
deleted file mode 100644
index ae4e7e61f28ed70acf29d2521b059cdeeeed1d19..0000000000000000000000000000000000000000
--- a/content/browser/renderer_host/media/mock_media_observer.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright (c) 2012 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.
-
-#ifndef CONTENT_BROWSER_RENDERER_HOST_MEDIA_MOCK_MEDIA_OBSERVER_H_
-#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_MOCK_MEDIA_OBSERVER_H_
-
-#include <string>
-
-#include "base/basictypes.h"
-#include "content/public/browser/media_observer.h"
-#include "media/audio/audio_parameters.h"
-#include "media/base/media_log_event.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace content {
-
-class MockMediaObserver : public MediaObserver {
- public:
- MockMediaObserver();
- virtual ~MockMediaObserver();
-
- MOCK_METHOD6(OnMediaRequestStateChanged,
- void(int render_process_id, int render_frame_id,
- int page_request_id, const GURL& security_origin,
- MediaStreamType stream_type,
- const MediaRequestState state));
-};
-
-} // namespace content
-
-#endif // CONTENT_BROWSER_RENDERER_HOST_MEDIA_MOCK_MEDIA_OBSERVER_H_
« no previous file with comments | « no previous file | content/browser/renderer_host/media/mock_media_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698