Chromium Code Reviews| Index: webkit/plugins/ppapi/mock_plugin_delegate.h |
| =================================================================== |
| --- webkit/plugins/ppapi/mock_plugin_delegate.h (revision 81013) |
| +++ webkit/plugins/ppapi/mock_plugin_delegate.h (working copy) |
| @@ -96,6 +96,7 @@ |
| virtual void DidStopLoading(); |
| virtual void SetContentRestriction(int restrictions); |
| virtual void HasUnsupportedFeature(); |
| + virtual void SaveAs(); |
| virtual P2PSocketDispatcher* GetP2PSocketDispatcher(); |
| }; |