Index: chrome/browser/omnibox/omnibox_log.h |
diff --git a/chrome/browser/omnibox/omnibox_log.h b/chrome/browser/omnibox/omnibox_log.h |
index 3b5d2eb674a0275e275b2bbb01adb8eaf489bfd7..f66883c2998c9779c405eccb66d8e8e8cca5c5f9 100644 |
--- a/chrome/browser/omnibox/omnibox_log.h |
+++ b/chrome/browser/omnibox/omnibox_log.h |
@@ -73,8 +73,10 @@ struct OmniboxLog { |
base::TimeDelta elapsed_time_since_user_first_modified_omnibox; |
// The number of extra characters the user would have to manually type |
- // if she/he were not given the opportunity to select this match. Set to |
- // base::string16::npos if not available. |
+ // if she/he were not given the opportunity to select this match. Only |
+ // set for matches that are allowed to be the default match (i.e., are |
+ // inlineable). Set to base::string16::npos if the match is not allowed |
+ // to be the default match. |
size_t completed_length; |
// The amount of time since the last time the default (i.e., inline) |