Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2354)

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller.h

Issue 11817051: Elide text in the new Autofill UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixing compile errors Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698