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

Unified Diff: chrome/browser/ui/search/search_tab_helper_delegate.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/ui/search/search_tab_helper_delegate.h
diff --git a/chrome/browser/ui/search/search_tab_helper_delegate.h b/chrome/browser/ui/search/search_tab_helper_delegate.h
index 8bbbfe274c0274704b77bc3a3a958943cb738800..a6aaaeae5d3451886da4f17b7a4628c34d9a338c 100644
--- a/chrome/browser/ui/search/search_tab_helper_delegate.h
+++ b/chrome/browser/ui/search/search_tab_helper_delegate.h
@@ -21,18 +21,6 @@ class OmniboxView;
// SearchTabHelper and to provide necessary functionality.
class SearchTabHelperDelegate {
public:
- // Navigates the page to |url| in response to a click event. Usually used
- // by the page to navigate to privileged destinations (e.g. chrome:// URLs) or
- // to navigate to URLs that are hidden from the page using Restricted IDs
- // (rid in the API).
- //
- // TODO(kmadhusu): Handle search results page navigations to privileged
- // destinations in a seperate function. This function should handle only the
- // new tab page thumbnail click events.
- virtual void NavigateOnThumbnailClick(const GURL& url,
- WindowOpenDisposition disposition,
- content::WebContents* source_contents);
-
// Invoked when the |web_contents| no longer supports Instant.
virtual void OnWebContentsInstantSupportDisabled(
const content::WebContents* web_contents);
« no previous file with comments | « chrome/browser/ui/search/search_tab_helper.cc ('k') | chrome/browser/ui/search/search_tab_helper_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698