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

Unified Diff: chrome/browser/ui/views/bar_control_button.h

Issue 2001843002: Use ink drop hover for focus states on toolbar buttons and location (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: layout Created 4 years, 7 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 | « ash/system/toast/toast_overlay.cc ('k') | chrome/browser/ui/views/bar_control_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/bar_control_button.h
diff --git a/chrome/browser/ui/views/bar_control_button.h b/chrome/browser/ui/views/bar_control_button.h
index 20659d1f6fd1b084d8444831308ce35fcae7bb68..bbb809a9283ea8752c117ac98339ac6cdfa56cb0 100644
--- a/chrome/browser/ui/views/bar_control_button.h
+++ b/chrome/browser/ui/views/bar_control_button.h
@@ -39,9 +39,6 @@ class BarControlButton : public views::ImageButton {
gfx::VectorIconId id_;
base::Callback<SkColor(void)> get_text_color_callback_;
- // Controls the visual feedback for the button state.
- std::unique_ptr<views::InkDropDelegate> ink_drop_delegate_;
-
DISALLOW_COPY_AND_ASSIGN(BarControlButton);
};
« no previous file with comments | « ash/system/toast/toast_overlay.cc ('k') | chrome/browser/ui/views/bar_control_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698