summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_messages.h')
-rw-r--r--chrome/common/extensions/extension_messages.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
index ff35b1e..f02a952 100644
--- a/chrome/common/extensions/extension_messages.h
+++ b/chrome/common/extensions/extension_messages.h
@@ -170,11 +170,13 @@ struct ParamTraits<ExtensionMsg_Loaded_Params> {
// Messages sent from the browser to the renderer.
-// The browser sends this message in response to all extension api calls.
+// The browser sends this message in response to all extension api calls. The
+// response data (if any) is one of the base::Value subclasses, wrapped as the
+// first element in a ListValue.
IPC_MESSAGE_ROUTED4(ExtensionMsg_Response,
int /* request_id */,
bool /* success */,
- std::string /* response */,
+ ListValue /* response wrapper (see comment above) */,
std::string /* error */)
// This message is optionally routed. If used as a control message, it