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

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: rebase 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 0d232859c36368206989de0985017081d13643c3..298f9c1dbce02331e3d68cda86e049cb785cd443 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -531,13 +531,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 */)
« no previous file with comments | « chrome/browser/ui/search/search_tab_helper_delegate.cc ('k') | chrome/renderer/resources/extensions/searchbox_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698