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

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

Issue 2624973002: Fix typo from crrev.com/01876af8d286f290fc12baeae8e4ac08913b9b90 (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/toolbar/toolbar_view.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.cc b/chrome/browser/ui/views/toolbar/toolbar_view.cc
index 63d495991caf12f8bb9b7bbfb513e845f3d26f89..49f44a623654cbc90f5e35a5aa039f6450020725 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
@@ -751,7 +751,7 @@ void ToolbarView::LoadImages() {
gfx::CreateVectorIcon(kNavigateBackIcon, normal_color));
back_->SetImage(
views::Button::STATE_DISABLED,
- gfx::CreateVectorIcon(kNavigateBackIcon, normal_color));
+ gfx::CreateVectorIcon(kNavigateBackIcon, disabled_color));
forward_->SetImage(
views::Button::STATE_NORMAL,
gfx::CreateVectorIcon(kNavigateForwardIcon, normal_color));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698