Index: content/public/browser/android/content_view_core.h |
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h |
index 318de72e8200ea26598eded809efd39276bd36e4..2afd50efe8b77fa717e81c0ff949deef8898a5b5 100644 |
--- a/content/public/browser/android/content_view_core.h |
+++ b/content/public/browser/android/content_view_core.h |
@@ -59,7 +59,6 @@ class CONTENT_EXPORT ContentViewCore { |
gfx::Rect src_rect, |
const base::Callback<void(bool, const SkBitmap&)>& result_callback) = 0; |
virtual float GetDpiScale() const = 0; |
- virtual void PauseVideo() = 0; |
virtual void PauseOrResumeGeolocation(bool should_pause) = 0; |
// Observer callback for frame metadata updates. |