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

Unified Diff: chrome/browser/omnibox/omnibox_log.h

Issue 22364007: AutocompleteInput::PageClassification -> AutocompleteInput::OmniboxContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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

Powered by Google App Engine
This is Rietveld 408576698