| 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 da38edcf57840817f6045e33aaf423f35895a0ba..2dbe9c54cc013c6bc0a7cfb30f54f7416188c774 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -105,8 +105,8 @@ class BrowserInstantController : public content::NotificationObserver,
|
| content::PageTransition transition,
|
| WindowOpenDisposition disposition);
|
|
|
| - // Sets the start and end margins of the omnibox text area.
|
| - void SetMarginSize(int start, int end);
|
| + // Sets the stored start-edge margin and width of the location bar.
|
| + void SetStartMarginAndWidth(int margin, int width);
|
|
|
| private:
|
| // Sets the value of |instant_| based on value from profile. Invoked
|
|
|