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

Unified Diff: chrome/browser/ui/views/frame/browser_view_layout.h

Issue 1355893002: Parametrize a variety of constants in preparation for changing them in MD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + fix bugs Created 5 years, 3 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
Index: chrome/browser/ui/views/frame/browser_view_layout.h
diff --git a/chrome/browser/ui/views/frame/browser_view_layout.h b/chrome/browser/ui/views/frame/browser_view_layout.h
index 1febcdd6f6d73b338636bc72667c6f0c9ad67660..0f4eb35e1322a29570c9322651f74cde2979f4ab 100644
--- a/chrome/browser/ui/views/frame/browser_view_layout.h
+++ b/chrome/browser/ui/views/frame/browser_view_layout.h
@@ -38,9 +38,6 @@ class WebContentsModalDialogHost;
// The layout manager used in chrome browser.
class BrowserViewLayout : public views::LayoutManager {
public:
- // The vertical overlap between the TabStrip and the Toolbar.
- static const int kToolbarTabStripVerticalOverlap;
-
BrowserViewLayout();
~BrowserViewLayout() override;

Powered by Google App Engine
This is Rietveld 408576698