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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit.h

Issue 7210020: Added prerendering to omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 9 years, 6 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/browser/about_flags.cc ('k') | chrome/browser/autocomplete/autocomplete_edit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_edit.h
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h
index 1da824195acf395ff77a298485d341f3fa653501..171a7166a90f3f70c960bad7c09e954dac3325ce 100644
--- a/chrome/browser/autocomplete/autocomplete_edit.h
+++ b/chrome/browser/autocomplete/autocomplete_edit.h
@@ -529,11 +529,10 @@ class AutocompleteEditModel : public AutocompleteControllerDelegate {
Profile* profile_;
- // Should instant be updated? This is needed as prior to accepting the current
- // text the model is reverted, which triggers resetting instant. We don't want
- // to update instant in this case, so we use the flag to determine if this is
- // happening.
- bool update_instant_;
+ // This is needed as prior to accepting the current text the model is
+ // reverted, which triggers resetting instant. We don't want to update instant
+ // in this case, so we use the flag to determine if this is happening.
+ bool in_revert_;
// Indicates if the upcoming autocomplete search is allowed to be treated as
// an exact keyword match. If it's true then keyword mode will be triggered
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/autocomplete/autocomplete_edit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698