Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 7ac6ce553f58da7271ee5a869e14479edcf9542e..336c1e2f0c0f7c0a5144099f03e0f1b09ea49851 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1484,12 +1484,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, |