| Index: chrome/browser/tab_contents/render_view_context_menu.h
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
|
| index 95595c189ae483c31dd523f6b4bfc47d3bdd4eaa..4fc97f6423fe575d76e2eaef3de2dbed3940dd10 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2006-2009 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.
|
|
|
| @@ -25,7 +25,7 @@ class RenderViewContextMenu {
|
| void Init();
|
|
|
| protected:
|
| - void InitMenu(ContextNode node);
|
| + void InitMenu(ContextNode node, ContextMenuMediaParams media_params);
|
|
|
| // Functions to be implemented by platform-specific subclasses ---------------
|
|
|
| @@ -76,6 +76,9 @@ class RenderViewContextMenu {
|
| void AppendDeveloperItems();
|
| void AppendLinkItems();
|
| void AppendImageItems();
|
| + void AppendAudioItems(ContextMenuMediaParams media_params);
|
| + void AppendVideoItems(ContextMenuMediaParams media_params);
|
| + void AppendMediaItems(ContextMenuMediaParams media_params);
|
| void AppendPageItems();
|
| void AppendFrameItems();
|
| void AppendCopyItem();
|
|
|