| Index: chrome/browser/omnibox/omnibox_log.h
|
| diff --git a/chrome/browser/omnibox/omnibox_log.h b/chrome/browser/omnibox/omnibox_log.h
|
| index 2b3d5aa3abfdabd32bf805204c73645d98bd0101..d86fb67b4b19a59916f472dc5c0cf5211216b46b 100644
|
| --- a/chrome/browser/omnibox/omnibox_log.h
|
| +++ b/chrome/browser/omnibox/omnibox_log.h
|
| @@ -24,7 +24,7 @@ struct OmniboxLog {
|
| AutocompleteInput::Type input_type,
|
| size_t selected_index,
|
| SessionID::id_type tab_id,
|
| - AutocompleteInput::PageClassification current_page_classification,
|
| + AutocompleteInput::OmniboxContext omnibox_context,
|
| base::TimeDelta elapsed_time_since_user_first_modified_omnibox,
|
| size_t completed_length,
|
| base::TimeDelta elapsed_time_since_last_change_to_default_match,
|
| @@ -48,9 +48,9 @@ struct OmniboxLog {
|
| // Set to -1 if we haven't yet determined the destination tab.
|
| SessionID::id_type tab_id;
|
|
|
| - // The type of page (e.g., new tab page, regular web page) that the
|
| - // user was viewing before going somewhere with the omnibox.
|
| - AutocompleteInput::PageClassification current_page_classification;
|
| + // The user's context (e.g., new tab page, regular web page) when the omnibox
|
| + // input was initiated.
|
| + AutocompleteInput::OmniboxContext omnibox_context;
|
|
|
| // The amount of time since the user first began modifying the text
|
| // in the omnibox. If at some point after modifying the text, the
|
|
|