Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3112)

Unified Diff: chrome/test/test_browser_window.h

Issue 329009: CompactNavigationBar for toolkit views build, with some design change per Cole's request. (Closed)
Patch Set: updates per review Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/test_browser_window.h
diff --git a/chrome/test/test_browser_window.h b/chrome/test/test_browser_window.h
index d7854159256143513ab2cdbbf8f62f0f54bbae0c..e6677467cedf92afd9ca43277d903c607e645244 100644
--- a/chrome/test/test_browser_window.h
+++ b/chrome/test/test_browser_window.h
@@ -50,6 +50,10 @@ class TestBrowserWindow : public BrowserWindow {
virtual void ShowPageMenu() {}
virtual void ShowAppMenu() {}
virtual int GetCommandId(const NativeWebKeyboardEvent& event) { return -1; }
+#if defined(TOOLKIT_VIEWS)
+ virtual void ToggleCompactNavigationBar() {}
+#endif
+
virtual bool IsBookmarkBarVisible() const { return false; }
virtual gfx::Rect GetRootWindowResizerRect() const { return gfx::Rect(); }
virtual void ConfirmAddSearchProvider(const TemplateURL* template_url,
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698