Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3715)

Unified Diff: chrome/common/render_messages.h

Issue 71723003: Remove HistoryPublisher code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 59dff4191e7cd1767e887068a70665b7996b7ffd..75a9242c6e4fc72bff6e29d9dc027eddff890b78 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -438,11 +438,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_ROUTED2(ChromeViewHostMsg_PageContents,
- GURL /* URL of the page */,
- string16 /* page contents */)
-
// Notification that the language for the tab has been determined.
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_TranslateLanguageDetermined,
LanguageDetectionDetails /* details about lang detection */,

Powered by Google App Engine
This is Rietveld 408576698