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

Unified Diff: chrome/common/instant_types.h

Issue 11262015: Remove unused / unnecessary stuff from Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove SuggestedTextView entirely Created 8 years, 2 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/renderer/searchbox/searchbox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/instant_types.h
diff --git a/chrome/common/instant_types.h b/chrome/common/instant_types.h
index e41cd4b15582598c87b93beee799d4d38057f76a..ed075b0608287daafc5f4369d84f16429377da37 100644
--- a/chrome/common/instant_types.h
+++ b/chrome/common/instant_types.h
@@ -13,9 +13,6 @@ enum InstantCompleteBehavior {
// Autocomplete the suggestion immediately.
INSTANT_COMPLETE_NOW,
- // Autocomplete the suggestion after a delay.
- INSTANT_COMPLETE_DELAYED,
-
// Do not autocomplete the suggestion. The suggestion may still be displayed
// in the omnibox, but not made a part of the omnibox text by default (e.g.,
// by displaying the suggestion as non-highlighted, non-selected gray text).
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/renderer/searchbox/searchbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698