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

Unified Diff: chrome/renderer/chrome_render_frame_observer.cc

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/common/render_messages.h ('k') | chrome/renderer/external_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_render_frame_observer.cc
diff --git a/chrome/renderer/chrome_render_frame_observer.cc b/chrome/renderer/chrome_render_frame_observer.cc
index 2df5550d5091c63914aa49a3236703d0074cf307..f38f8161a3c55444e9606915ef0e6f892a38d599 100644
--- a/chrome/renderer/chrome_render_frame_observer.cc
+++ b/chrome/renderer/chrome_render_frame_observer.cc
@@ -326,8 +326,7 @@ void ChromeRenderFrameObserver::DidFinishLoad() {
GURL osdd_url = frame->document().openSearchDescriptionURL();
if (!osdd_url.is_empty()) {
Send(new ChromeViewHostMsg_PageHasOSDD(
- routing_id(), frame->document().url(), osdd_url,
- search_provider::AUTODETECTED_PROVIDER));
+ routing_id(), frame->document().url(), osdd_url));
}
}
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/external_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698