summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.vcproj
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-07 01:06:38 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-07 01:06:38 +0000
commitef3a0f2426d7d5618a7b0503b4b0260c8d616dc9 (patch)
tree7f8db9ffab7bd9d48420dedea8f0a985a0c8987b /chrome/browser/browser.vcproj
parent666f176c1156fba64ce6c9c935455fdf526be2e7 (diff)
downloadchromium_src-ef3a0f2426d7d5618a7b0503b4b0260c8d616dc9.zip
chromium_src-ef3a0f2426d7d5618a7b0503b4b0260c8d616dc9.tar.gz
chromium_src-ef3a0f2426d7d5618a7b0503b4b0260c8d616dc9.tar.bz2
Refactor render view context menu in preparation for porting.
* RenderViewContextMenu is now cross platform. Each platform needs to implement an inheritor that fills in the virtual methods. * RenderViewContextMenuController was deleted. Platform agnostic elements from it were added to RenderViewContextMenu, while the Menu::Delegate implemenation was moved to RenderViewContextMenuWin. * Some more (minor) refactoring may need to be performed as the rest of the menu actions are ported. * include clipboard_service.h on all platforms (not sure why it wasn't included before) Review URL: http://codereview.chromium.org/40249 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r--chrome/browser/browser.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj
index 9c63f9c..c7827fa 100644
--- a/chrome/browser/browser.vcproj
+++ b/chrome/browser/browser.vcproj
@@ -2158,11 +2158,11 @@
>
</File>
<File
- RelativePath=".\tab_contents\render_view_context_menu_controller.cc"
+ RelativePath=".\tab_contents\render_view_context_menu_win.cc"
>
</File>
<File
- RelativePath=".\tab_contents\render_view_context_menu_controller.h"
+ RelativePath=".\tab_contents\render_view_context_menu_win.h"
>
</File>
<File