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

Unified Diff: chrome/browser/ui/omnibox/chrome_omnibox_client.h

Issue 2207883002: Remove "!IsSearchResultsPage" check in ChromeOmniboxClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_prefetch_srp
Patch Set: Created 4 years, 4 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 | « no previous file | chrome/browser/ui/omnibox/chrome_omnibox_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/omnibox/chrome_omnibox_client.h
diff --git a/chrome/browser/ui/omnibox/chrome_omnibox_client.h b/chrome/browser/ui/omnibox/chrome_omnibox_client.h
index 6796327fc604ff15605b858fb8efcfadd5387b0e..3c23dfb49ca91b89954aab5eecf62d3bcbd61272 100644
--- a/chrome/browser/ui/omnibox/chrome_omnibox_client.h
+++ b/chrome/browser/ui/omnibox/chrome_omnibox_client.h
@@ -16,10 +16,6 @@ class ChromeOmniboxEditController;
class OmniboxEditController;
class Profile;
-namespace content {
-class NavigationController;
Marc Treib 2016/08/03 10:22:41 unrelated - unused forward declaration
-}
-
class ChromeOmniboxClient : public OmniboxClient {
public:
ChromeOmniboxClient(OmniboxEditController* controller, Profile* profile);
« no previous file with comments | « no previous file | chrome/browser/ui/omnibox/chrome_omnibox_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698