Index: chrome/renderer/extensions/dispatcher.h |
=================================================================== |
--- chrome/renderer/extensions/dispatcher.h (revision 263023) |
+++ chrome/renderer/extensions/dispatcher.h (working copy) |
@@ -122,7 +122,8 @@ |
void OnExtensionResponse(int request_id, |
bool success, |
const base::ListValue& response, |
- const std::string& error); |
+ const std::string& error, |
+ bool user_gesture); |
// Checks that the current context contains an extension that has permission |
// to execute the specified function. If it does not, a v8 exception is thrown |