menu_config_mac.cc revision 5c02ac1a9c1b504631c0a3d2b6e737b5d738bae1
1// Copyright 2014 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.
4
5#include "ui/views/controls/menu/menu_config.h"
6
7namespace views {
8
9void MenuConfig::Init(const ui::NativeTheme* theme) {
10  NOTIMPLEMENTED();
11}
12
13}  // namespace views
14