Index: chrome/browser/tab_contents/render_view_context_menu.h |
=================================================================== |
--- chrome/browser/tab_contents/render_view_context_menu.h (revision 79632) |
+++ chrome/browser/tab_contents/render_view_context_menu.h (working copy) |
@@ -76,6 +76,9 @@ |
// id. |
std::map<int, ExtensionMenuItem::Id> extension_item_map_; |
+ // Maps a command id to an Introducer service's (registrant origin, id). |
+ std::map< int, std::pair<std::string,std::string> > introducer_commands_; |
+ |
private: |
static bool IsDevToolsURL(const GURL& url); |
static bool IsInternalResourcesURL(const GURL& url); |