| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/plugin_delegate.h (revision 81013)
|
| +++ webkit/plugins/ppapi/plugin_delegate.h (working copy)
|
| @@ -364,6 +364,9 @@
|
| // Tells the browser that the PDF has an unsupported feature.
|
| virtual void HasUnsupportedFeature() = 0;
|
|
|
| + // Tells the browser to bring up SaveAs dialog.
|
| + virtual void SaveAs() = 0;
|
| +
|
| // Socket dispatcher for P2P connections. Returns to NULL if P2P API
|
| // is disabled.
|
| //
|
|
|