| Index: ui/base/ui_base_switches.cc
|
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
|
| index ec818daa7275881b7d8251dfbb8bce9582343118..c09bbaf87ab048569586a6ce193d6d7c064ecdf6 100644
|
| --- a/ui/base/ui_base_switches.cc
|
| +++ b/ui/base/ui_base_switches.cc
|
| @@ -54,15 +54,6 @@ const char kEnableTouchEditing[] = "enable-touch-editing";
|
| // language[-country] where language is the 2 letter code from ISO-639.
|
| const char kLang[] = "lang";
|
|
|
| -// Defines the Material Design visual feedback shape.
|
| -const char kMaterialDesignInkDrop[] = "material-design-ink-drop";
|
| -
|
| -// Defines the Material Design visual feedback as a circle.
|
| -const char kMaterialDesignInkDropCircle[] = "circle";
|
| -
|
| -// Defines the Material Design visual feedback as a sqaure.
|
| -const char kMaterialDesignInkDropSquare[] = "square";
|
| -
|
| // Defines the speed of Material Design visual feedback animations.
|
| const char kMaterialDesignInkDropAnimationSpeed[] =
|
| "material-design-ink-drop-animation-speed";
|
|
|