// Copyright 2016 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 CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_BUTTON_STYLE_H_
#define CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_BUTTON_STYLE_H_

// Different Avatar button styles that can be applied.
enum class AvatarButtonStyle {
  THEMED,  // Used in a themed browser window.
  NATIVE,  // Used in a native aero or metro window.
};

#endif  // CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_BUTTON_STYLE_H_