Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

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

Issue 73065: Initial plumbing for sending events from the browser to extension renderers. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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_tabs_module.h
===================================================================
--- chrome/browser/extensions/extension_tabs_module.h (revision 13816)
+++ chrome/browser/extensions/extension_tabs_module.h (working copy)
@@ -7,6 +7,14 @@
#include "chrome/browser/extensions/extension_function.h"
+class TabContents;
+
+class ExtensionTabUtil {
+ public:
+ static int GetTabId(const TabContents* tab_contents);
+ static int GetWindowIdOfTab(const TabContents* tab_contents);
+};
+
class GetTabsForWindowFunction : public SyncExtensionFunction {
virtual bool RunImpl();
};
« no previous file with comments | « chrome/browser/extensions/extension_process_manager.cc ('k') | chrome/browser/extensions/extension_tabs_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698