summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 27e241e..cc0ad9e 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -529,6 +529,10 @@ IPC_BEGIN_MESSAGES(View)
std::string /* message */,
int /* channel_id */)
+ // Tell the renderer process all known extension function names.
+ IPC_MESSAGE_CONTROL1(ViewMsg_Extension_SetFunctionNames,
+ std::vector<std::string>)
+
// Changes the text direction of a selected input field.
// * direction (int)
// Represents the new text direction.