Chromium Code Reviews| Index: webkit/plugins/ppapi/mock_plugin_delegate.h |
| =================================================================== |
| --- webkit/plugins/ppapi/mock_plugin_delegate.h (revision 71882) |
| +++ webkit/plugins/ppapi/mock_plugin_delegate.h (working copy) |
| @@ -99,6 +99,7 @@ |
| virtual void DidStartLoading(); |
| virtual void DidStopLoading(); |
| virtual void SetContentRestriction(int restrictions); |
| + virtual void HasUnsupportedFeature(); |
| }; |
| } // namespace ppapi |