| Index: chrome/browser/ui/views/profiles/avatar_button_style.h
|
| diff --git a/chrome/browser/ui/views/profiles/avatar_button_style.h b/chrome/browser/ui/views/profiles/avatar_button_style.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1f3d6b03222cba9f0f8cdfff52da669aa9b047dc
|
| --- /dev/null
|
| +++ b/chrome/browser/ui/views/profiles/avatar_button_style.h
|
| @@ -0,0 +1,14 @@
|
| +// 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_
|
|
|