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 9fd3108fb22425abe0c754bd1e603422ba45b5d7..2f1a83e899656575d0052744fed8d76ac54a65c2 100644 |
--- a/chrome/browser/tab_contents/render_view_context_menu.h |
+++ b/chrome/browser/tab_contents/render_view_context_menu.h |
@@ -103,6 +103,7 @@ class RenderViewContextMenu : public menus::SimpleMenuModel::Delegate { |
// Used for recursively adding submenus of extension items. |
void RecursivelyAppendExtensionItems( |
const std::vector<ExtensionMenuItem*>& items, |
+ bool can_cross_incognito, |
menus::SimpleMenuModel* menu_model, |
int *index); |
// This will set the icon on the most recently-added item in the menu_model_. |