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

Unified Diff: chrome/browser/about_flags.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 | « no previous file | ui/aura/aura_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d6d8c5e41321a59ab18b7aa718fad146d4d01e3f..1d8ecb6dfa06d84da8487453d8b24431e99db9bc 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -488,15 +488,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(ash::switches::kAuraGoogleDialogFrames)
},
#endif
-#if defined(USE_AURA)
- {
- "aura-disable-hold-mouse-moves",
- IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_NAME,
- IDS_FLAGS_AURA_DISABLE_HOLD_MOUSE_MOVES_DESCRIPTION,
- kOsWin | kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kAuraDisableHoldMouseMoves)
- },
-#endif // defined(USE_AURA)
{
"enable-gamepad",
IDS_FLAGS_ENABLE_GAMEPAD_NAME,
« no previous file with comments | « no previous file | ui/aura/aura_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698