| 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 980670de3c0b76b6982fa0553583f60ec1cf1b34..29fe435a8af145e90b963f9520fdbcb75941599d 100644
|
| --- a/chrome/browser/instant/instant_commit_type.h
|
| +++ b/chrome/browser/instant/instant_commit_type.h
|
| @@ -13,9 +13,6 @@ enum InstantCommitType {
|
| // The commit is due to the omnibox losing focus, usually due to the user
|
| // clicking on the preview.
|
| INSTANT_COMMIT_FOCUS_LOST,
|
| -
|
| - // Used internally by InstantController.
|
| - INSTANT_COMMIT_DESTROY
|
| };
|
|
|
| #endif // CHROME_BROWSER_INSTANT_INSTANT_COMMIT_TYPE_H_
|
|
|