summaryrefslogtreecommitdiffstats
path: root/ui/oak/oak.h
blob: 98afcc8264feec853af52a1ba19306ab81985db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (c) 2012 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 UI_OAK_OAK_H_
#define UI_OAK_OAK_H_

#include "ui/oak/oak_export.h"

namespace oak {

// Shows the Oak window. Refocuses an existing one.
OAK_EXPORT void ShowOakWindow();

}  // namespace oak

#endif  // UI_OAK_OAK_H_