| 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..264ab6c4cb45b53e60bb810d3937853075785653 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 via the
|
| + // SearchBoxNavigate IPC.
|
| + INSTANT_COMMIT_REQUESTED_NAVIGATION,
|
| };
|
|
|
| #endif // CHROME_BROWSER_INSTANT_INSTANT_COMMIT_TYPE_H_
|
|
|