Commit 23fca9f4 authored by Peter Boström's avatar Peter Boström Committed by Commit Bot

Use toolbar separator color for trusted area

Uses COLOR_TOOLBAR_VERTICAL_SEPARATOR instead of the toolbar button
color. This matches the separators used in the bookmarks and download
bars.

Bug: chromium:822069
Change-Id: Iea05d91bebf432f90e58d09104118cb322b00e23
Reviewed-on: https://chromium-review.googlesource.com/1048842
Commit-Queue: Peter Boström <pbos@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#556654}
parent e481b7b5
...@@ -757,7 +757,8 @@ void ToolbarView::LoadImages() { ...@@ -757,7 +757,8 @@ void ToolbarView::LoadImages() {
const SkColor disabled_color = const SkColor disabled_color =
tp->GetColor(ThemeProperties::COLOR_TOOLBAR_BUTTON_ICON_INACTIVE); tp->GetColor(ThemeProperties::COLOR_TOOLBAR_BUTTON_ICON_INACTIVE);
browser_actions_->SetSeparatorColor(normal_color); browser_actions_->SetSeparatorColor(
tp->GetColor(ThemeProperties::COLOR_TOOLBAR_VERTICAL_SEPARATOR));
const bool is_touch = const bool is_touch =
ui::MaterialDesignController::IsTouchOptimizedUiEnabled(); ui::MaterialDesignController::IsTouchOptimizedUiEnabled();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment