Index: chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc |
diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc b/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc |
index f1295673d8998b8f2271070cd959a9406e584fcb..6ca8614416fa623d4c109fc2531495a71a7c8806 100644 |
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc |
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc |
@@ -75,10 +75,6 @@ bool MockAutofillDialogController::ShouldShowSpinner() const { |
return false; |
} |
-bool MockAutofillDialogController::ShouldOfferToSaveInChrome() const { |
- return false; |
-} |
- |
gfx::Image MockAutofillDialogController::AccountChooserImage() { |
return gfx::Image(); |
} |