summaryrefslogtreecommitdiffstats
path: root/ceee/ie/broker/webrequest_api_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/ie/broker/webrequest_api_module.h')
-rw-r--r--ceee/ie/broker/webrequest_api_module.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/ceee/ie/broker/webrequest_api_module.h b/ceee/ie/broker/webrequest_api_module.h
new file mode 100644
index 0000000..9ace96c
--- /dev/null
+++ b/ceee/ie/broker/webrequest_api_module.h
@@ -0,0 +1,21 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+//
+// The part of WebRequest implementation that needs to reside on the broker
+// side.
+
+#ifndef CEEE_IE_BROKER_WEBREQUEST_API_MODULE_H_
+#define CEEE_IE_BROKER_WEBREQUEST_API_MODULE_H_
+
+class ApiDispatcher;
+
+namespace webrequest_api {
+
+// Registers permanent event handlers to convert tab window handles in event
+// arguments into actual tab IDs.
+void RegisterInvocations(ApiDispatcher* dispatcher);
+
+} // namespace webrequest_api
+
+#endif // CEEE_IE_BROKER_WEBREQUEST_API_MODULE_H_