| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 62308)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -823,6 +823,12 @@
|
| // different and was therefore updated.
|
| bool UpdateTitleForEntry(NavigationEntry* entry, const std::wstring& title);
|
|
|
| + // Causes the TabContents to navigate in the right renderer to |entry|, which
|
| + // must be already part of the entries in the navigation controller.
|
| + // This does not change the NavigationController state.
|
| + bool NavigateToEntry(const NavigationEntry& entry,
|
| + NavigationController::ReloadType reload_type);
|
| +
|
| // Misc non-view stuff -------------------------------------------------------
|
|
|
| // Helper functions for sending notifications.
|
|
|