| Index: chrome/test/test_browser_window.h
|
| diff --git a/chrome/test/test_browser_window.h b/chrome/test/test_browser_window.h
|
| index 9048c40f2534fe0faee5b1282fbbc10e6bcf4a48..71168970a291aeefb3d627cceb39ce48d3bccacc 100644
|
| --- a/chrome/test/test_browser_window.h
|
| +++ b/chrome/test/test_browser_window.h
|
| @@ -59,9 +59,7 @@ class TestBrowserWindow : public BrowserWindow {
|
| TabContentsWrapper* tab_contents) {}
|
| virtual void ShowCreateChromeAppShortcutsDialog(Profile* profile,
|
| const Extension* app) {}
|
| -#if defined(TOOLKIT_VIEWS)
|
| - virtual void ToggleCompactNavigationBar() {}
|
| -#endif // defined(TOOLKIT_VIEWS)
|
| + virtual void ToggleUseCompactNavigationBar() {}
|
|
|
| virtual bool IsBookmarkBarVisible() const;
|
| virtual bool IsBookmarkBarAnimating() const;
|
|
|