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..5ab9d776ff16c77ec06c46fae31acc9f653baf96 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller.h |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller.h |
@@ -45,14 +45,6 @@ class AutofillPopupController { |
// 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 |
- |
// Updates the bounds of the popup and initiates a redraw. |
virtual void SetPopupBounds(const gfx::Rect& bounds) = 0; |