Index: ui/events/gesture_detection/gesture_detector.cc |
diff --git a/ui/events/gesture_detection/gesture_detector.cc b/ui/events/gesture_detection/gesture_detector.cc |
index 50cae59fce9c3505a65140bf2c9139895c3bb254..9df67d74c21430cdb2dc313ba56703e24acf82c5 100644 |
--- a/ui/events/gesture_detection/gesture_detector.cc |
+++ b/ui/events/gesture_detection/gesture_detector.cc |
@@ -38,7 +38,8 @@ enum TimeoutEvent { |
} // namespace |
// Note: These constants were taken directly from the default (unscaled) |
-// versions found in Android's ViewConfiguration. |
+// versions found in Android's ViewConfiguration. Do not change these default |
+// values without explicitly consulting an OWNER. |
GestureDetector::Config::Config() |
: longpress_timeout(base::TimeDelta::FromMilliseconds(500)), |
showpress_timeout(base::TimeDelta::FromMilliseconds(180)), |