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

Unified Diff: chrome/common/render_messages.h

Issue 1951153002: Remove AddSearchProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: obsolescence date 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/renderer/chrome_render_frame_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 9ab8ff94eed9214cb1533bd3dab2dd8a208c35d5..49ae709ef68c8fce661f9397423579aa4c7bdf68 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -447,10 +447,9 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_AppBannerDismissed,
// Notification that the page has an OpenSearch description document
// associated with it.
-IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_PageHasOSDD,
+IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_PageHasOSDD,
GURL /* page_url */,
- GURL /* osdd_url */,
- search_provider::OSDDType)
+ GURL /* osdd_url */)
// Find out if the given url's security origin is installed as a search
// provider.
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/renderer/chrome_render_frame_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698