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

Unified Diff: ui/base/ui_base_switches.cc

Issue 1298513003: Implemented prototype for new ink drop specs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from patch set 10. Created 5 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 | « ui/base/ui_base_switches.h ('k') | ui/views/animation/ink_drop_animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | ui/views/animation/ink_drop_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698