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

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

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.cc
diff --git a/chrome/browser/omnibox/omnibox_log.cc b/chrome/browser/omnibox/omnibox_log.cc
index 8da61d94e315a794c65d509aefee56aa93b2685a..227eb36c0ba912204a10259bfe2eacbdb8398c82 100644
--- a/chrome/browser/omnibox/omnibox_log.cc
+++ b/chrome/browser/omnibox/omnibox_log.cc
@@ -10,7 +10,7 @@ OmniboxLog::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,
@@ -20,7 +20,7 @@ OmniboxLog::OmniboxLog(
input_type(input_type),
selected_index(selected_index),
tab_id(tab_id),
- current_page_classification(current_page_classification),
+ omnibox_context(omnibox_context),
elapsed_time_since_user_first_modified_omnibox(
elapsed_time_since_user_first_modified_omnibox),
completed_length(completed_length),

Powered by Google App Engine
This is Rietveld 408576698