| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 44812aaf157c43b0142d6018f948bd3f0e107004..fb5f06495afbb9b1536967888d76165b39661ee9 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1483,12 +1483,6 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_UnregisterProtocolHandler,
|
| 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,
|
| - std::string, /* key */
|
| - std::string /* value */)
|
| -
|
| // Puts the browser into "tab fullscreen" mode for the sending renderer.
|
| // See the comment in chrome/browser/ui/browser.h for more details.
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_ToggleFullscreen,
|
|
|