Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1239)

Unified Diff: chrome/browser/ui/views/avatar_menu_button.h

Issue 7138003: Revert 88683 - Change profile menu button to avatar button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/views/avatar_menu_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/avatar_menu_button.h
===================================================================
--- chrome/browser/ui/views/avatar_menu_button.h (revision 88685)
+++ chrome/browser/ui/views/avatar_menu_button.h (working copy)
@@ -1,47 +0,0 @@
-// Copyright (c) 2011 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_AVATAR_MENU_BUTTON_H_
-#define CHROME_BROWSER_UI_VIEWS_AVATAR_MENU_BUTTON_H_
-#pragma once
-
-#include <string>
-
-#include "base/compiler_specific.h"
-#include "ui/base/models/simple_menu_model.h"
-#include "views/controls/button/menu_button.h"
-#include "views/controls/menu/view_menu_delegate.h"
-
-namespace gfx {
-class Canvas;
-}
-
-// AvatarMenuButton
-//
-// A button used to show either the incognito avatar or the profile avatar.
-// The button can optionally have a menu attached to it.
-
-class AvatarMenuButton : public views::MenuButton,
- public views::ViewMenuDelegate {
- public:
- // Creates a new button. The object will take ownership of the menu model.
- AvatarMenuButton(const std::wstring& text, ui::MenuModel* menu_model);
-
- virtual ~AvatarMenuButton();
-
- // views::MenuButton
- virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
-
- static gfx::Size GetPreferredAvatarSize();
-
- private:
- // views::ViewMenuDelegate
- virtual void RunMenu(views::View* source, const gfx::Point& pt) OVERRIDE;
-
- scoped_ptr<ui::MenuModel> menu_model_;
-
- DISALLOW_COPY_AND_ASSIGN(AvatarMenuButton);
-};
-
-#endif // CHROME_BROWSER_UI_VIEWS_AVATAR_MENU_BUTTON_H_
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/views/avatar_menu_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698