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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.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/cocoa/autofill/autofill_popup_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h
index 7cdcaad41a0e66704645116c243eace1c8909214..7428a62660b68d01c4df569e2b38621dc4eb3ff0 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h
@@ -33,7 +33,7 @@ class AutofillPopupViewCocoaDelegate;
// destroyed.
- (void)controllerDestroyed;
-- (void)invalidateRow:(size_t)row;
+- (void)invalidateRow:(NSInteger)row;
@end

Powered by Google App Engine
This is Rietveld 408576698