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

Unified Diff: chrome/browser/ui/app_list/search/omnibox_provider.cc

Issue 228013002: Use whether a query is from the app list to determine the RLZ parameter. (Closed) Base URL: http://git.chromium.org/chromium/src.git@rlz-access-ids
Patch Set: Created 6 years, 8 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/app_list/search/omnibox_provider.cc
diff --git a/chrome/browser/ui/app_list/search/omnibox_provider.cc b/chrome/browser/ui/app_list/search/omnibox_provider.cc
index 4ca991c6aa0d4307578304576eff203db102a41a..97c65517e5658b480585d8836d475a9041dbf705 100644
--- a/chrome/browser/ui/app_list/search/omnibox_provider.cc
+++ b/chrome/browser/ui/app_list/search/omnibox_provider.cc
@@ -136,6 +136,7 @@ OmniboxProvider::OmniboxProvider(Profile* profile)
profile,
this,
AutocompleteClassifier::kDefaultOmniboxProviders)) {
Peter Kasting 2014/04/09 02:12:33 You should consider using a different provider set
Sam McNally 2014/04/09 05:33:44 Done. Other than zero suggest, the rest of the def
+ controller_->search_provider()->set_in_app_list();
}
OmniboxProvider::~OmniboxProvider() {}

Powered by Google App Engine
This is Rietveld 408576698