Index: chrome/common/instant_types.h |
diff --git a/chrome/common/instant_types.h b/chrome/common/instant_types.h |
index aa7955f3cb1b03c2e607a280fbd4ffe4dc44c35a..e40aafdc8d873b99cb19c6b0abcddc273ed0fc80 100644 |
--- a/chrome/common/instant_types.h |
+++ b/chrome/common/instant_types.h |
@@ -8,6 +8,7 @@ |
#include <string> |
#include "base/string16.h" |
+#include "content/public/common/page_transition_types.h" |
#include "googleurl/src/gurl.h" |
// Ways that the Instant suggested text is autocompleted into the omnibox. |
@@ -63,6 +64,10 @@ struct InstantAutocompleteResult { |
// The URL of the match, same as AutocompleteMatch::destination_url. |
string16 destination_url; |
+ // The transition type to use when the user opens this match. Same as |
+ // AutocompleteMatch::transition. |
+ content::PageTransition transition; |
+ |
// The relevance score of this match, same as AutocompleteMatch::relevance. |
int relevance; |
}; |