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

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 7003080: Change profile menu button to avatar button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Change profile menu button to avatar button 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/browser/ui/views/avatar_menu_button.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view.h
===================================================================
--- chrome/browser/ui/views/frame/browser_view.h (revision 88686)
+++ chrome/browser/ui/views/frame/browser_view.h (working copy)
@@ -165,9 +165,8 @@
// incognito.
bool IsOffTheRecord() const;
- // Returns true if the non-client view should render the Incognito
- // avatar icon if the window is incognito.
- virtual bool ShouldShowOffTheRecordAvatar() const;
+ // Returns true if the non-client view should render an avatar icon.
+ virtual bool ShouldShowAvatar() const;
// Handle the specified |accelerator| being pressed.
virtual bool AcceleratorPressed(const views::Accelerator& accelerator);
« no previous file with comments | « chrome/browser/ui/views/avatar_menu_button.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698