Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1614)

Unified Diff: chrome/browser/instant/instant_commit_type.h

Issue 10836031: Remove Instant v1 API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..dfefcf656d334e9f679c07a08b6fdd3634290434 100644
--- a/chrome/browser/instant/instant_commit_type.h
+++ b/chrome/browser/instant/instant_commit_type.h
@@ -7,15 +7,12 @@
// Reason why the Instant preview is committed (merged into a tab).
enum InstantCommitType {
- // The commit is due to the user pressing enter or tab from the omnibox.
+ // The commit is due to the user pressing Enter from the omnibox.
INSTANT_COMMIT_PRESSED_ENTER,
// 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_

Powered by Google App Engine
This is Rietveld 408576698