Index: chrome/browser/instant/instant_loader.h |
diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h |
index a605f3718ac71fb4842dc6730117bcc47c7e7425..182f74c91f13bf4e3d8ab8545c39463ee86af231 100644 |
--- a/chrome/browser/instant/instant_loader.h |
+++ b/chrome/browser/instant/instant_loader.h |
@@ -93,7 +93,8 @@ class InstantLoader : public InstantClient::Delegate, |
bool verbatim); |
void Submit(const string16& text); |
void Cancel(const string16& text); |
- void SetOmniboxBounds(const gfx::Rect& bounds); |
+ void SetPopupBounds(const gfx::Rect& bounds); |
+ void SetMarginSize(int start, int end); |
void SendAutocompleteResults( |
const std::vector<InstantAutocompleteResult>& results); |
void UpOrDownKeyPressed(int count); |