| Index: chrome/browser/instant/instant_page.cc
|
| diff --git a/chrome/browser/instant/instant_page.cc b/chrome/browser/instant/instant_page.cc
|
| index 85f56997237c1c3d3dfeab5f5a86363304f9ade5..c070720a955685b051804b722a77436c299b39cf 100644
|
| --- a/chrome/browser/instant/instant_page.cc
|
| +++ b/chrome/browser/instant/instant_page.cc
|
| @@ -36,8 +36,8 @@ void InstantPage::SetPopupBounds(const gfx::Rect& bounds) {
|
| Send(new ChromeViewMsg_SearchBoxPopupResize(routing_id(), bounds));
|
| }
|
|
|
| -void InstantPage::SetMarginSize(const int start, const int end) {
|
| - Send(new ChromeViewMsg_SearchBoxMarginChange(routing_id(), start, end));
|
| +void InstantPage::SetStartMarginAndWidth(int margin, int width) {
|
| + Send(new ChromeViewMsg_SearchBoxMarginChange(routing_id(), margin, width));
|
| }
|
|
|
| void InstantPage::InitializeFonts() {
|
|
|