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

Unified Diff: ui/aura/aura_switches.cc

Issue 10536033: aura: Remove --aura-disable-hold-mouse-moves flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 8 years, 6 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/aura/aura_switches.h ('k') | ui/aura/root_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura_switches.cc
diff --git a/ui/aura/aura_switches.cc b/ui/aura/aura_switches.cc
index 7a0a764a445528508b648314f318c56da05236c1..ebddb6692c35ce423d3a57dd209b3bd5d90940ae 100644
--- a/ui/aura/aura_switches.cc
+++ b/ui/aura/aura_switches.cc
@@ -8,9 +8,6 @@
namespace switches {
-// Enable the holding of mouse movements in order to throttle window resizing.
-const char kAuraDisableHoldMouseMoves[] = "aura-disable-hold-mouse-moves";
-
// If set gesture events do not generate mouse events.
const char kAuraDisableMouseEventsFromTouch[] =
"aura-disable-mouse-events-from-touch";
« no previous file with comments | « ui/aura/aura_switches.h ('k') | ui/aura/root_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698