blob: 75fc666dfbeb351cbdcf8cb76147a6f9457228f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/views/metrics.h"
namespace views {
const int kDefaultMenuShowDelay = 400;
} // namespace views
|