| Index: chrome/browser/ui/views/tabs/base_tab.h
|
| diff --git a/chrome/browser/ui/views/tabs/base_tab.h b/chrome/browser/ui/views/tabs/base_tab.h
|
| index 630b8931e0075eba0451917a2a4c81ad410d79d6..f72153c8edfc185e1050fed354d556f56d45dd61 100644
|
| --- a/chrome/browser/ui/views/tabs/base_tab.h
|
| +++ b/chrome/browser/ui/views/tabs/base_tab.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -131,8 +131,7 @@ class BaseTab : public ui::AnimationDelegate,
|
|
|
| // Overridden from views::ContextMenuController:
|
| virtual void ShowContextMenuForView(views::View* source,
|
| - const gfx::Point& p,
|
| - bool is_mouse_gesture) OVERRIDE;
|
| + const gfx::Point& point) OVERRIDE;
|
|
|
| // Returns the bounds of the title and icon.
|
| virtual const gfx::Rect& GetTitleBounds() const = 0;
|
|
|