| Index: chrome/browser/extensions/extension_tab_id_map.h
|
| diff --git a/chrome/browser/extensions/extension_tab_id_map.h b/chrome/browser/extensions/extension_tab_id_map.h
|
| index d908f6c458c7a0e4e81dc820ff730b5a57007bfd..7ba0a02258a365a17b53d459cc94e10c9eae1b49 100644
|
| --- a/chrome/browser/extensions/extension_tab_id_map.h
|
| +++ b/chrome/browser/extensions/extension_tab_id_map.h
|
| @@ -27,6 +27,8 @@ class ExtensionTabIdMap {
|
| // if we have the IDs in our map. Called on the IO thread.
|
| bool GetTabAndWindowId(
|
| int render_process_host_id, int routing_id, int* tab_id, int* window_id);
|
| + bool GetProcessAndRoutingId(
|
| + int tab_id, int* render_process_host_id, int* routing_id);
|
|
|
| private:
|
| class TabObserver;
|
|
|