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

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

Issue 1972033002: Simplify some old avatar menu button code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reinstate ash browser test fix Created 4 years, 7 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
Index: chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
index 8a2c9d9dbe1b455a31de10889dfb9e99d6f325dd..b76c3c6ecd30d63eef8ea27d6a19fdcfd5c4f2b1 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
@@ -31,9 +31,6 @@ class OpaqueBrowserFrameViewLayoutDelegate {
// depend on the current state of the window (e.g., whether it is maximized).
virtual bool ShouldShowCaptionButtons() const = 0;
- // Controls the visualization of the avatar
- virtual bool ShouldShowAvatar() const = 0;
-
// Returns true if in guest mode or a non off the record session.
virtual bool IsRegularOrGuestSession() const = 0;

Powered by Google App Engine
This is Rietveld 408576698