| 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 fde211ecf1b14fcfbb7f56bece49e40fd836e50b..d877ff0a65a8aa52baae430abc0a0fdecc71dc45 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -359,9 +359,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.
|
|
|