// 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
