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

Unified Diff: chrome/common/search/search_types.h

Issue 2232863002: Remove search::GetSearchTerms since it always returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_query_extract
Patch Set: Android 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 | « chrome/browser/ui/views/omnibox/omnibox_view_views.cc ('k') | components/metrics/proto/omnibox_event.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/search/search_types.h
diff --git a/chrome/common/search/search_types.h b/chrome/common/search/search_types.h
index 6a444e13a96c85cccbf03a18b4f0d5bae798d870..4da3ad99276e538ea86fda6128812d13c3021081 100644
--- a/chrome/common/search/search_types.h
+++ b/chrome/common/search/search_types.h
@@ -20,6 +20,7 @@ struct SearchMode {
MODE_SEARCH_SUGGESTIONS,
// On a search results page.
+ // TODO(treib): Remove this; it's not used anymore. crbug.com/627747
MODE_SEARCH_RESULTS,
};
@@ -32,6 +33,7 @@ struct SearchMode {
ORIGIN_NTP,
// The user is searching from a search results page.
+ // TODO(treib): Remove this; it's not used anymore. crbug.com/627747
ORIGIN_SEARCH,
};
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_views.cc ('k') | components/metrics/proto/omnibox_event.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698