Chromium Code Reviews| Index: chrome/browser/instant/instant_commit_type.h |
| diff --git a/chrome/browser/instant/instant_commit_type.h b/chrome/browser/instant/instant_commit_type.h |
| index b02554256a842fa66597347db80571798a37911b..b3cd22f6841867a547e0a055463436329db7f813 100644 |
| --- a/chrome/browser/instant/instant_commit_type.h |
| +++ b/chrome/browser/instant/instant_commit_type.h |
| @@ -17,6 +17,10 @@ enum InstantCommitType { |
| // The commit is due to the omnibox losing focus, usually due to the user |
| // clicking on the preview. |
| INSTANT_COMMIT_FOCUS_LOST, |
| + |
| + // The commit is due to the instant page requesting a navigation due to the |
| + // user clicking on a result. |
| + INSTANT_COMMIT_CLICKED_RESULT, |
|
samarth
2012/12/07 02:01:35
This name is more specific than what the api allow
Shishir
2012/12/10 20:40:39
Done.
|
| }; |
| #endif // CHROME_BROWSER_INSTANT_INSTANT_COMMIT_TYPE_H_ |