Chromium Code Reviews| Index: content/browser/tab_contents/tab_contents_delegate.h |
| diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h |
| index 76ee9da3513f8eb6dea237a40a912f742accc834..cd99d0428977538cac256e7017c5f0cd5a8703cc 100644 |
| --- a/content/browser/tab_contents/tab_contents_delegate.h |
| +++ b/content/browser/tab_contents/tab_contents_delegate.h |
| @@ -61,6 +61,12 @@ class TabContentsDelegate { |
| WindowOpenDisposition disposition, |
| PageTransition::Type transition) = 0; |
| + // Opens a previous page. |
| + virtual void GoBack(WindowOpenDisposition disposition); |
|
Ben Goodger (Google)
2011/06/09 16:21:50
Where is this implemented? I don't see deltas to b
|
| + |
| + // Opens a next page. |
| + virtual void GoForward(WindowOpenDisposition disposition); |
| + |
| // Called to inform the delegate that the tab content's navigation state |
| // changed. The |changed_flags| indicates the parts of the navigation state |
| // that have been updated, and is any combination of the |