Index: chrome/browser/ui/omnibox/omnibox_view.h |
diff --git a/chrome/browser/ui/omnibox/omnibox_view.h b/chrome/browser/ui/omnibox/omnibox_view.h |
index a35f00e8cf627825499211d378288678736691e1..5cf8151a831115eab64e3e6c0dd6b02ec2e3253e 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_view.h |
+++ b/chrome/browser/ui/omnibox/omnibox_view.h |
@@ -109,7 +109,9 @@ class OmniboxView { |
// Sets the window text and the caret position. |
virtual void SetWindowTextAndCaretPos(const string16& text, |
- size_t caret_pos) = 0; |
+ size_t caret_pos, |
+ bool update_popup, |
+ bool notify_text_changed) = 0; |
// Sets the edit to forced query mode. Practically speaking, this means that |
// if the edit is not in forced query mode, its text is set to "?" with the |