Index: chrome/browser/omnibox/omnibox_log.h |
diff --git a/chrome/browser/omnibox/omnibox_log.h b/chrome/browser/omnibox/omnibox_log.h |
index 08216bcea7db4f5f685128e9f5dce2cc83effcca..2a5ed1b3a48beff7f83edb36481d30d4fdd94157 100644 |
--- a/chrome/browser/omnibox/omnibox_log.h |
+++ b/chrome/browser/omnibox/omnibox_log.h |
@@ -26,6 +26,7 @@ struct OmniboxLog { |
bool is_popup_open, |
size_t selected_index, |
bool is_paste_and_go, |
+ bool last_action_was_paste, |
SessionID::id_type tab_id, |
metrics::OmniboxEventProto::PageClassification |
current_page_classification, |
@@ -56,6 +57,10 @@ struct OmniboxLog { |
// (The codebase refers to both these types as paste-and-go.) |
bool is_paste_and_go; |
+ // True if the last action was a PASTE or if (somehow) we're still in the |
grt (UTC plus 2)
2014/12/12 14:43:49
nit: rewrite comment without "we're"
Mark P
2014/12/12 20:44:33
Done.
|
+ // act of pasting. |
+ bool last_action_was_paste; |
+ |
// ID of the tab the selected autocomplete suggestion was opened in. |
// Set to -1 if we haven't yet determined the destination tab. |
SessionID::id_type tab_id; |