summaryrefslogtreecommitdiffstats
path: root/components/mus/public/cpp/keys.h
blob: cf3713ac8df934477b805bcb227d540bfeeb42b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_MUS_PUBLIC_CPP_KEYS_H_
#define COMPONENTS_MUS_PUBLIC_CPP_KEYS_H_

namespace mus {

extern const char kViewManagerKeyWantsTouchEvents[];

}  // namespace mus

#endif  // COMPONENTS_MUS_PUBLIC_CPP_KEYS_H_