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

Unified Diff: ash/shelf/app_list_button.h

Issue 580903003: Move Touch Feedback flag to ui_base_switches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 6 years, 3 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/ash_switches.cc ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/app_list_button.h
diff --git a/ash/shelf/app_list_button.h b/ash/shelf/app_list_button.h
index 699f345ec2d865f7fd8d978369af7c743bbc04b3..9fc27c5fc442f72c0660574311ffbd5e3a68e896 100644
--- a/ash/shelf/app_list_button.h
+++ b/ash/shelf/app_list_button.h
@@ -49,10 +49,6 @@ class AppListButton : public views::ImageButton {
// the application list.
bool draw_background_as_active_;
- // True if touch view feedback command line flag has been enabled. When
- // enabled touch gestures will toggle rendering the background as active.
- bool touch_feedback_enabled_;
-
ShelfButtonHost* host_;
// Reference to the shelf widget containing this button, owned by the
// root window controller.
« no previous file with comments | « ash/ash_switches.cc ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698