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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.h

Issue 8110003: Show avatar menu from NTP4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/gtk/browser_window_gtk.h
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
index 58f7d9ec292bfb31fd15b9ac752a6422aaad767a..2c61d1137e1df5b791c3ada5204410da96be4ead 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.h
+++ b/chrome/browser/ui/gtk/browser_window_gtk.h
@@ -150,6 +150,8 @@ class BrowserWindowGtk : public BrowserWindow,
virtual WindowOpenDisposition GetDispositionForPopupBounds(
const gfx::Rect& bounds);
virtual FindBar* CreateFindBar() OVERRIDE;
+ virtual void ShowAvatarBubble(TabContents* tab_contents,
+ int x, int y) OVERRIDE;
// Overridden from NotificationObserver:
virtual void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698