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

Unified Diff: chrome/browser/ui/browser_instant_controller.h

Issue 15003002: Omnibox refactor. Move StartAutocomplete and DoInstant to controller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unit test. Created 7 years, 7 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/ui/browser_instant_controller.h
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index cddc75dd2a0b655285629782800811b8ecabf83e..72e736ee564d1ef5b15102d5a98ce36a63e6f3d8 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -68,7 +68,7 @@ class BrowserInstantController : public content::NotificationObserver,
// Invoked by |instant_| to commit the omnibox's suggested text.
// Call-through to OmniboxEditModel::CommitSuggestedText.
- void CommitSuggestedText(bool skip_inline_autocomplete);
+ void CommitSuggestedText();
sreeram 2013/05/29 15:40:24 I think this method can be entirely removed. I don
beaudoin 2013/05/29 16:19:41 Done.
// Invoked by |instant_| to get the bounds that the overlay is placed at,
// in screen coordinates.
« no previous file with comments | « no previous file | chrome/browser/ui/browser_instant_controller.cc » ('j') | chrome/browser/ui/omnibox/omnibox_edit_model.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698