summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_window.h
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-25 22:58:47 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-25 22:58:47 +0000
commit7d2d081519567198003b67d3cdf5b477c4dca6a5 (patch)
treea271f0ed87fb20b9d5413e9cbe9b0504f2d50aaf /chrome/browser/ui/browser_window.h
parentb2fe7f24c7472face4382aa37fc06b0bb6bd205f (diff)
downloadchromium_src-7d2d081519567198003b67d3cdf5b477c4dca6a5.zip
chromium_src-7d2d081519567198003b67d3cdf5b477c4dca6a5.tar.gz
chromium_src-7d2d081519567198003b67d3cdf5b477c4dca6a5.tar.bz2
Add shortcut to show avatar menu
Shortcut on Views and GTK is Control-Shift-M. Shortcut on Mac is Command-Shift-M. BUG=75782 TEST= Review URL: http://codereview.chromium.org/8356028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_window.h')
-rw-r--r--chrome/browser/ui/browser_window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 926cd65..06b0dc4 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -358,6 +358,9 @@ class BrowserWindow {
virtual void ShowAvatarBubble(TabContents* tab_contents,
const gfx::Rect& rect) = 0;
+ // Shows the avatar bubble on the window frame off of the avatar button.
+ virtual void ShowAvatarBubbleFromAvatarButton() = 0;
+
protected:
friend class BrowserList;
friend class BrowserView;