Index: chrome/renderer/extensions/dispatcher.h |
=================================================================== |
--- chrome/renderer/extensions/dispatcher.h (revision 246091) |
+++ chrome/renderer/extensions/dispatcher.h (working copy) |
@@ -309,6 +309,9 @@ |
std::string system_font_family_; |
std::string system_font_size_; |
+ // Mapping of port IDs to tabs. If there is no tab, the value would be -1. |
+ std::map<int, int> port_to_tab_id_map_; |
+ |
DISALLOW_COPY_AND_ASSIGN(Dispatcher); |
}; |