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

Unified Diff: components/omnibox/search_provider.h

Issue 1189033002: Fix AfterTyping experiment for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TBR Created 5 years, 6 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/browser/ui/omnibox/omnibox_edit_model.cc ('k') | components/omnibox/search_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/search_provider.h
diff --git a/components/omnibox/search_provider.h b/components/omnibox/search_provider.h
index 269914fb94d6eb9f3919aac7114d779478f712d9..ec92ce054b3655c594585e81631a6b2a749caf72 100644
--- a/components/omnibox/search_provider.h
+++ b/components/omnibox/search_provider.h
@@ -69,11 +69,6 @@ class SearchProvider : public BaseSearchProvider,
// AutocompleteProvider:
void ResetSession() override;
- // This URL may be sent with suggest requests; see comments on CanSendURL().
- void set_current_page_url(const GURL& current_page_url) {
- current_page_url_ = current_page_url;
- }
-
protected:
~SearchProvider() override;
@@ -406,8 +401,6 @@ class SearchProvider : public BaseSearchProvider,
// The top navigation suggestion, left blank/invalid if none.
GURL top_navigation_suggestion_;
- GURL current_page_url_;
-
// Session token management.
std::string current_token_;
base::TimeTicks token_expiration_time_;
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('k') | components/omnibox/search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698