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

Unified Diff: chrome/browser/ui/views/autofill/autofill_popup_view_views.h

Issue 11817051: Elide text in the new Autofill UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/views/autofill/autofill_popup_view_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
index c37e61bb448705bb9ff70909dd0f6226836ded20..042da8987bfb7caacba9b396b94b5dc18b7938fd 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
@@ -49,13 +49,6 @@ class AutofillPopupViewViews : public AutofillPopupView,
int index,
const gfx::Rect& entry_rect);
- // Set the initial bounds of the popup to show, including the placement
- // of it.
- void SetInitialBounds();
-
- // Get the size of the screen that the popup appears of, in pixels.
- gfx::Size GetScreenSize();
-
AutofillPopupController* controller_; // Weak reference.
// The widget that |this| observes. Weak reference.

Powered by Google App Engine
This is Rietveld 408576698