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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 2483843002: Revert of [scheduler] Teach scheduler about audio state (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « third_party/WebKit/public/platform/WebViewScheduler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index 980ffc793c5f2ff3be5ce9dc1fd5dcf59b9cd3d5..ae1bcf9ab0bae829fc46fa50ea11bdc558154e18 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -358,9 +358,6 @@ class WebView : protected WebWidget {
virtual void performPluginAction(const WebPluginAction&,
const WebPoint& location) = 0;
- // Notifies WebView when audio is started or stopped.
- virtual void audioStateChanged(bool isAudioPlaying) = 0;
-
// Data exchange -------------------------------------------------------
// Do a hit test at given point and return the HitTestResult.
« no previous file with comments | « third_party/WebKit/public/platform/WebViewScheduler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698