[Telemetry] Reorganize key_mobile_sites pages and update their names
[chromium-blink-merge.git] / ui / views / views_switches.h
blob0fb09db66320cca8c4c4ded51429b5bcbb477471
1 // Copyright (c) 2013 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 #ifndef UI_VIEWS_VIEWS_SWITCHES_H_
6 #define UI_VIEWS_VIEWS_SWITCHES_H_
8 #include "ui/views/views_export.h"
10 #include "build/build_config.h"
12 namespace views {
13 namespace switches {
15 // Please keep alphabetized.
16 VIEWS_EXPORT extern const char kDisableViewsRectBasedTargeting[];
18 #if defined(USE_X11) && !defined(OS_CHROMEOS)
19 VIEWS_EXPORT extern const char kEnableTransparentVisuals[];
20 #endif
22 // Returns true if rect-based targeting in views should be used.
23 VIEWS_EXPORT bool IsRectBasedTargetingEnabled();
25 } // namespace switches
26 } // namespace views
28 #endif // UI_VIEWS_VIEWS_SWITCHES_H_