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

Unified Diff: chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc

Issue 19287006: [rAC, OSX] "Save In Chrome" checkbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 7 years, 5 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/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();
}
« no previous file with comments | « chrome/browser/ui/autofill/mock_autofill_dialog_controller.h ('k') | chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698