summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r--chrome/common/render_messages.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 92ff235..021fa95 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -398,12 +398,6 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_NetErrorInfo,
// Misc messages
// These are messages sent from the renderer to the browser process.
-// Provides the contents for the given page that was loaded recently.
-IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_PageContents,
- GURL /* URL of the page */,
- int32 /* page id */,
- string16 /* page contents */)
-
// Notification that the language for the tab has been determined.
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_TranslateLanguageDetermined,
LanguageDetectionDetails /* details about lang detection */,