1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/views/metrics.h"
9 // Default double click interval in milliseconds.
10 // Same as what gtk uses.
11 const int kDefaultDoubleClickInterval
= 500;
17 int GetDoubleClickInterval() {
18 return kDefaultDoubleClickInterval
;
21 int GetMenuShowDelay() {