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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_result_view.cc

Issue 1454983003: Remove unused color from NativeTheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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/ui/views/omnibox/omnibox_result_view.h ('k') | ui/native_theme/native_theme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/omnibox/omnibox_result_view.cc
diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.cc b/chrome/browser/ui/views/omnibox/omnibox_result_view.cc
index 31542255f942edcbd64f56861c96fb94770b97b1..79c2b69be98af29533eda9f2fbcbed54298783ab 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_result_view.cc
+++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.cc
@@ -75,12 +75,6 @@ struct TranslationTable {
OmniboxResultView::HOVERED, OmniboxResultView::URL },
{ NativeTheme::kColorId_ResultsTableSelectedUrl,
OmniboxResultView::SELECTED, OmniboxResultView::URL },
- { NativeTheme::kColorId_ResultsTableNormalDivider,
- OmniboxResultView::NORMAL, OmniboxResultView::DIVIDER },
- { NativeTheme::kColorId_ResultsTableHoveredDivider,
- OmniboxResultView::HOVERED, OmniboxResultView::DIVIDER },
- { NativeTheme::kColorId_ResultsTableSelectedDivider,
- OmniboxResultView::SELECTED, OmniboxResultView::DIVIDER },
};
struct TextStyle {
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_result_view.h ('k') | ui/native_theme/native_theme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698