| Index: chrome/renderer/extensions/extension_helper.h
|
| ===================================================================
|
| --- chrome/renderer/extensions/extension_helper.h (revision 262146)
|
| +++ chrome/renderer/extensions/extension_helper.h (working copy)
|
| @@ -75,7 +75,8 @@
|
|
|
| void OnExtensionResponse(int request_id, bool success,
|
| const base::ListValue& response,
|
| - const std::string& error);
|
| + const std::string& error,
|
| + const bool response_user_gesture);
|
| void OnExtensionMessageInvoke(const std::string& extension_id,
|
| const std::string& module_name,
|
| const std::string& function_name,
|
|
|