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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm

Issue 23033016: Remove autocheckout code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Even more deletes, and Ilya review. Created 7 years, 4 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_dialog_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
index 306ba33202f7efa39af599e6fb2229ef95c6b546..ae74ec44de839623902b269b97a6ab8fa26d5c3f 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
@@ -105,9 +105,6 @@ void AutofillDialogCocoa::UpdateNotificationArea() {
[sheet_delegate_ updateNotificationArea];
}
-void AutofillDialogCocoa::UpdateAutocheckoutStepsArea() {
-}
-
void AutofillDialogCocoa::UpdateSection(DialogSection section) {
[sheet_delegate_ updateSection:section];
}
@@ -138,8 +135,6 @@ void AutofillDialogCocoa::HideSignIn() {
[sheet_delegate_ hideSignIn];
}
-void AutofillDialogCocoa::UpdateProgressBar(double value) {}
-
void AutofillDialogCocoa::ModelChanged() {
[sheet_delegate_ modelChanged];
}

Powered by Google App Engine
This is Rietveld 408576698