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

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_controller_impl.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/password_generation_popup_controller_impl.h
diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
index 9ead2d58985c644e7486c4e6a99823c7364a3f22..108ad97dd1af472cecad8b03806591ca11818368 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
+++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
@@ -106,8 +106,8 @@ class PasswordGenerationPopupControllerImpl
bool IsRTL() const override;
const std::vector<autofill::Suggestion> GetSuggestions() override;
#if !defined(OS_ANDROID)
- int GetElidedValueWidthForRow(size_t row) override;
- int GetElidedLabelWidthForRow(size_t row) override;
+ int GetElidedValueWidthForRow(int row) override;
+ int GetElidedLabelWidthForRow(int row) override;
#endif
bool display_password() const override;

Powered by Google App Engine
This is Rietveld 408576698