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

Unified Diff: chrome/browser/search/instant_service.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/browser/search/instant_service.h
diff --git a/chrome/browser/search/instant_service.h b/chrome/browser/search/instant_service.h
index b48c84452005db0f3ee844662941c426439172d4..020e3274c684fd783c04e5ee6bc58e42cf45c536 100644
--- a/chrome/browser/search/instant_service.h
+++ b/chrome/browser/search/instant_service.h
@@ -88,10 +88,6 @@ class InstantService : public KeyedService,
// Sends the current set of search URLs to a renderer process.
void SendSearchURLsToRenderer(content::RenderProcessHost* rph);
- // Used to validate that the URL the NTP is trying to navigate to is actually
- // a URL on the most visited items / suggested items list.
- bool IsValidURLForNavigation(const GURL& url) const;
-
InstantSearchPrerenderer* instant_search_prerenderer() {
return instant_prerenderer_.get();
}
« no previous file with comments | « chrome/browser/resources/local_ntp/window_disposition_util.js ('k') | chrome/browser/search/instant_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698