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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view.h

Issue 1469423002: Modify toolbar action bar layout for material design (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more comments addressed Created 5 years 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/toolbar/toolbar_view.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
index 80eef0d74b5c4533ddf8b5a2b15ada1ea436dcdf..edf6015e8db16ebd4c21154ceeb33092b41f6940 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -148,12 +148,6 @@ class ToolbarView : public views::AccessiblePaneView,
const char* GetClassName() const override;
bool AcceleratorPressed(const ui::Accelerator& acc) override;
- enum {
- // The apparent horizontal space between most items, and the vertical
- // padding above and below them.
- kStandardSpacing = 3,
- };
-
protected:
// AccessiblePaneView:
bool SetPaneFocusAndFocusDefault() override;
« no previous file with comments | « chrome/browser/ui/views/toolbar/browser_actions_container.cc ('k') | chrome/browser/ui/views/toolbar/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698