Index: chrome/browser/extensions/extension_function.h |
=================================================================== |
--- chrome/browser/extensions/extension_function.h (revision 14694) |
+++ chrome/browser/extensions/extension_function.h (working copy) |
@@ -71,8 +71,11 @@ |
// returning. The calling renderer process will be killed. |
bool bad_message_; |
+ // The dispatcher that will service this extension function call. |
+ ExtensionFunctionDispatcher* dispatcher_; |
+ |
private: |
- ExtensionFunctionDispatcher* dispatcher_; |
+ // Id of js function to callback upon completion. -1 represents no callback. |
int callback_id_; |
DISALLOW_COPY_AND_ASSIGN(ExtensionFunction); |