| Index: chrome/browser/ui/autofill/autofill_popup_controller.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller.h b/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| index e35859e945bfd0f44ad07c14a6a4060a563337ba..768c548fc39ace1543bab13fa6a1284681ed2998 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| @@ -43,15 +43,7 @@ class AutofillPopupController {
|
| virtual int GetIconResourceID(const string16& resource_name) = 0;
|
|
|
| // Returns true if the given index refers to an element that can be deleted.
|
| - virtual bool CanDelete(size_t index) = 0;
|
| -
|
| -#if !defined(OS_ANDROID)
|
| - // Calculates the width of the popup based on its contents.
|
| - virtual int GetPopupRequiredWidth() = 0;
|
| -
|
| - // Calculates the height of the popup based on its contents.
|
| - virtual int GetPopupRequiredHeight() = 0;
|
| -#endif
|
| + virtual bool CanDelete(size_t index) const = 0;
|
|
|
| // Updates the bounds of the popup and initiates a redraw.
|
| virtual void SetPopupBounds(const gfx::Rect& bounds) = 0;
|
|
|