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

Unified Diff: chrome/browser/ui/views/frame/popup_non_client_frame_view.cc

Issue 8356028: Add shortcut to show avatar menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 9 years, 2 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/popup_non_client_frame_view.cc
diff --git a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
index 624a4ae49efefabeaa9fada57cae202fbb78e5d2..b9764a56e3587718d6568e8fb5de9123a5c4bf27 100644
--- a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
+++ b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
@@ -55,3 +55,7 @@ int PopupNonClientFrameView::GetHorizontalTabStripVerticalOffset(
void PopupNonClientFrameView::UpdateThrobber(bool running) {
}
+
+AvatarMenuButton* PopupNonClientFrameView::GetAvatarMenuButton() {
+ return NULL;
+}

Powered by Google App Engine
This is Rietveld 408576698