| 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 e8702efdc6c828a1d001ba4b00ae26e29393838c..3ee11c7cab8c5d5db3e20de63ef19b9efc9a10a1 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -103,8 +103,8 @@ class BrowserInstantController : public content::NotificationObserver,
|
| // Invoked by the InstantController when it wants to open a URL.
|
| void OpenURLInCurrentTab(const GURL& url, content::PageTransition transition);
|
|
|
| - // 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
|
|
|