summaryrefslogtreecommitdiff
path: root/chromium/ui/views/views_switches.cc
blob: cdf8e39726b3853ae33f4f151fd9eb6acddb1c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (c) 2013 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.

#include "ui/views/views_switches.h"

#include "build/build_config.h"

namespace views {
namespace switches {

// Please keep alphabetized.

// Draws a semitransparent rect to indicate the bounds of each view.
const char kDrawViewBoundsRects[] = "draw-view-bounds-rects";

}  // namespace switches
}  // namespace views