| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4688fd6494f44ec7d8067b56b4ed2091186d31b6..29f39229fafa002ce823392206e56642912926b2 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1503,6 +1503,12 @@ IPC_MESSAGE_ROUTED4(ViewHostMsg_RegisterProtocolHandler,
|
| base::string16 /* title */,
|
| bool /* user_gesture */)
|
|
|
| +// Unregister the registered handler for URL requests with the given scheme.
|
| +IPC_MESSAGE_ROUTED3(ViewHostMsg_UnregisterProtocolHandler,
|
| + std::string /* scheme */,
|
| + GURL /* url */,
|
| + bool /* user_gesture */)
|
| +
|
| // Stores new inspector setting in the profile.
|
| // TODO(jam): this should be in the chrome module
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateInspectorSetting,
|
|
|