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

Unified Diff: chrome/browser/search_engines/template_url.h

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/search_engines/template_url.h
diff --git a/chrome/browser/search_engines/template_url.h b/chrome/browser/search_engines/template_url.h
index 37c5c137bb664dd34359be6ff5835c03987bc295..c51ab06e451a5ab954b50777b4b9fa895842c461 100644
--- a/chrome/browser/search_engines/template_url.h
+++ b/chrome/browser/search_engines/template_url.h
@@ -133,6 +133,10 @@ class TemplateURLRef {
// disabled by google.com preferences. See comments on
// chrome::ForceInstantResultsParam().
bool force_instant_results;
+
+ // True if the search was made using the app launcher search box. Otherwise,
+ // the search was made using the omnibox.
+ bool from_app_list;
};
TemplateURLRef(TemplateURL* owner, Type type);

Powered by Google App Engine
This is Rietveld 408576698