Chromium Code Reviews| Index: content/browser/tab_contents/tab_contents.h |
| =================================================================== |
| --- content/browser/tab_contents/tab_contents.h (revision 81013) |
| +++ content/browser/tab_contents/tab_contents.h (working copy) |
| @@ -696,6 +696,7 @@ |
| void OnDidFinishLoad(int64 frame_id); |
| void OnUpdateContentRestrictions(int restrictions); |
| void OnPDFHasUnsupportedFeature(); |
| + void OnSaveAs(); |
| void OnGoToEntryAtOffset(int offset); |
| void OnPageContents(const GURL& url, |