Chromium Code Reviews| 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 0cbaa8e7e3f2248a24bdeeedf659efaa4368533b..59dce3468bdba75d187421bcb722d5ad915ad108 100644 |
| --- a/chrome/browser/ui/browser_instant_controller.h |
| +++ b/chrome/browser/ui/browser_instant_controller.h |
| @@ -84,6 +84,9 @@ class BrowserInstantController : public content::NotificationObserver, |
| // Invoked by |instant_| to update theme information for preview. |
| void UpdateThemeInfoForPreview(); |
| + // Sets the start and end margins of the omnibox text area. |
| + void SetMarginSize(int start, int end); |
|
sky
2012/12/12 03:46:55
This isn't margins but actual position, right? Wou
melevin
2012/12/12 19:32:43
All of these functions refer to margins because th
sky
2012/12/12 21:12:46
I agree that bounds implies a rectangle. That is e
|
| + |
| private: |
| // Sets the value of |instant_| based on value from profile. Invoked |
| // on pref change. |