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

Unified Diff: chrome/browser/ui/panels/panel.cc

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/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index d54436256d163c5ff15201a994c18d85d95a978f..dd524a7f11ced05149b5e6156c2e498948c52dc2 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -488,6 +488,10 @@ void Panel::UpdatePreferredSize(TabContents* tab_contents,
native_panel_->WindowSizeFromContentSize(pref_size));
}
+void Panel::ShowAvatarBubble(TabContents* tab_contents, int x, int y) {
+ NOTIMPLEMENTED();
jennb 2011/10/03 17:08:07 Could you change this to a comment saying not appl
sail 2011/10/03 18:46:03 Done.
+}
+
void Panel::Observe(int type,
const NotificationSource& source,
const NotificationDetails& details) {

Powered by Google App Engine
This is Rietveld 408576698