| 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);
|
|
|