| Index: chrome/browser/ui/browser_window.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser_window.h (revision 66453)
|
| +++ chrome/browser/ui/browser_window.h (working copy)
|
| @@ -20,6 +20,7 @@
|
| class Profile;
|
| class StatusBubble;
|
| class TabContents;
|
| +class TabContentsWrapper;
|
| class TemplateURL;
|
| class TemplateURLModel;
|
| #if !defined(OS_MACOSX)
|
| @@ -139,7 +140,7 @@
|
| virtual void UpdateReloadStopState(bool is_loading, bool force) = 0;
|
|
|
| // Updates the toolbar with the state for the specified |contents|.
|
| - virtual void UpdateToolbar(TabContents* contents,
|
| + virtual void UpdateToolbar(TabContentsWrapper* contents,
|
| bool should_restore_state) = 0;
|
|
|
| // Focuses the toolbar (for accessibility).
|
|
|