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

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

Issue 2727233003: Uses child views in Autofill Popup so we can trigger (Closed)
Patch Set: (int) to NSInteger Created 3 years, 9 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_view_delegate.h
diff --git a/chrome/browser/ui/autofill/autofill_popup_view_delegate.h b/chrome/browser/ui/autofill/autofill_popup_view_delegate.h
index feaee1d8477d5a8ae159ce1d9a0f4ee7bc4b7f07..bd3d2a4588c5d599c507fb315170182b4c96f0e3 100644
--- a/chrome/browser/ui/autofill/autofill_popup_view_delegate.h
+++ b/chrome/browser/ui/autofill/autofill_popup_view_delegate.h
@@ -60,8 +60,8 @@ class AutofillPopupViewDelegate {
#if !defined(OS_ANDROID)
// Returns elided values and labels for the given |row|.
- virtual int GetElidedValueWidthForRow(size_t row) = 0;
- virtual int GetElidedLabelWidthForRow(size_t row) = 0;
+ virtual int GetElidedValueWidthForRow(int row) = 0;
+ virtual int GetElidedLabelWidthForRow(int row) = 0;
#endif
protected:

Powered by Google App Engine
This is Rietveld 408576698