| Index: ui/views/touchui/touch_editing_menu.cc
 | 
| diff --git a/ui/views/touchui/touch_editing_menu.cc b/ui/views/touchui/touch_editing_menu.cc
 | 
| index 83052569b0b3e5876622e7a911e0af6811bf0e1c..f2718bfe3b8ed4328eed28495a8da1a5ef4cb5bb 100644
 | 
| --- a/ui/views/touchui/touch_editing_menu.cc
 | 
| +++ b/ui/views/touchui/touch_editing_menu.cc
 | 
| @@ -29,8 +29,6 @@ const int kButtonSeparatorColor = SkColorSetARGB(13, 0, 0, 0);
 | 
|  const int kMenuButtonHeight = 38;
 | 
|  const int kMenuButtonWidth = 63;
 | 
|  const int kMenuMargin = 1;
 | 
| -const SkColor kMenuButtonColorNormal = SkColorSetARGB(102, 255, 255, 255);
 | 
| -const SkColor kMenuButtonColorHover = SkColorSetARGB(13, 0, 0, 0);
 | 
|  
 | 
|  const char* kEllipsesButtonText = "...";
 | 
|  const int kEllipsesButtonTag = -1;
 | 
| 
 |