Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2147)

Unified Diff: chrome/browser/extensions/extension_tab_id_map.h

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Media class renames/moves Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698