| Index: chrome/browser/ui/views/frame/browser_frame.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame.h b/chrome/browser/ui/views/frame/browser_frame.h
|
| index b27dc2d762ba41112c0a6d2391816eb1ba353254..023e143a2d00a8fbda960dbec3cbac159ca823b6 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame.h
|
| +++ b/chrome/browser/ui/views/frame/browser_frame.h
|
| @@ -88,7 +88,8 @@ class BrowserFrame
|
|
|
| // Overridden from views::ContextMenuController:
|
| virtual void ShowContextMenuForView(views::View* source,
|
| - const gfx::Point& p) OVERRIDE;
|
| + const gfx::Point& p,
|
| + ui::MenuSourceType source_type) OVERRIDE;
|
|
|
| // Returns true if we should leave any offset at the frame caption. Typically
|
| // when the frame is maximized/full screen we want to leave no offset at the
|
|
|