blob: 0f94eb4414a4486f9fe8b337720ca9d09dcd004f [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_UI_TOOLBAR_BUTTONS_TOOLBAR_STYLE_H_
#define IOS_CHROME_BROWSER_UI_TOOLBAR_BUTTONS_TOOLBAR_STYLE_H_
// Enum defining the different styles for the toolbar.
enum class ToolbarStyle {
// Normal (non-incognito) style.
kNormal,
// Incognito style.
kIncognito,
};
#endif // IOS_CHROME_BROWSER_UI_TOOLBAR_BUTTONS_TOOLBAR_STYLE_H_