| Index: chrome/browser/instant/instant_loader.h
|
| diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h
|
| index 23b6f0664487bf210ab22de85370803087a5192a..b0e6fe1c5d76c222cd0cf3f686973ee3ecd52ce8 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);
|
|
|