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

Unified Diff: chrome/common/render_messages.h

Issue 1908363002: Nuke chrome.embeddedeseach.newTabPage.navigateContentWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore test Created 4 years, 7 months 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 9ab8ff94eed9214cb1533bd3dab2dd8a208c35d5..f2a70c72ed07290db8f920014fa06b34ddd4c33b 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -530,13 +530,6 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem,
int /* page_seq_no */,
GURL /* url */)
-// Tells InstantExtended to navigate the active tab to a possibly privileged
-// URL.
-IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_SearchBoxNavigate,
- int /* page_seq_no */,
- GURL /* destination */,
- WindowOpenDisposition /* disposition */)
-
// Tells InstantExtended to undo all most visited item deletions.
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxUndoAllMostVisitedDeletions,
int /* page_seq_no */)

Powered by Google App Engine
This is Rietveld 408576698