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

Unified Diff: chrome/browser/browser.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/autocomplete/autocomplete_edit_view_gtk.cc ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index a1e6f4036207a90c732dc9e646627a52e4e0f4a0..dc465e871261c7c4e22bc9a519f25cea527cb619 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -333,6 +333,9 @@ class Browser : public TabStripModelDelegate,
void ConvertPopupToTabbedBrowser();
void ToggleFullscreenMode();
void Exit();
+#if defined(TOOLKIT_VIEWS)
+ void ToggleCompactNavigationBar();
+#endif
// Page-related commands
void BookmarkCurrentPage();
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698