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

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

Issue 1407093007: Autofill: Add legal message footer to save credit card bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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/save_card_bubble_controller.cc
diff --git a/components/autofill/core/browser/card_unmask_delegate.cc b/chrome/browser/ui/autofill/save_card_bubble_controller.cc
similarity index 50%
copy from components/autofill/core/browser/card_unmask_delegate.cc
copy to chrome/browser/ui/autofill/save_card_bubble_controller.cc
index cb785d44689cb9b321025972c4e82a95fa573a3b..f7186f62e257fdeed2b0269f7a8b26e829e1141d 100644
--- a/components/autofill/core/browser/card_unmask_delegate.cc
+++ b/chrome/browser/ui/autofill/save_card_bubble_controller.cc
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/autofill/core/browser/card_unmask_delegate.h"
+#include "chrome/browser/ui/autofill/save_card_bubble_controller.h"
namespace autofill {
-CardUnmaskDelegate::UnmaskResponse::UnmaskResponse()
- : should_store_pan(false) {}
+SaveCardBubbleController::LegalMessageLine::LegalMessageLine() {}
-CardUnmaskDelegate::UnmaskResponse::~UnmaskResponse() {}
+SaveCardBubbleController::LegalMessageLine::~LegalMessageLine() {}
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698