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

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: Working prototype. Created 5 years, 4 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
Index: ui/base/ui_base_switches.cc
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
index ef5bf90c2d6f9bfc15832244dcfd56b1aaf41fbb..c9a440fac908de175a00fa3cb83765d6f522d1dd 100644
--- a/ui/base/ui_base_switches.cc
+++ b/ui/base/ui_base_switches.cc
@@ -51,15 +51,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";

Powered by Google App Engine
This is Rietveld 408576698