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

Unified Diff: chrome/browser/ui/browser_command_controller.cc

Issue 1396923003: Autofill: Replace "save credit card" infobar with a bubble (Views only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace browser tests with unit tests. Address reviewer comments. Created 5 years, 2 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/browser_command_controller.cc
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
index a87d2e9dd83e5c186e8b86257c000e2458f3dfa0..dedf0b7f585ec7e85b9c3b14d07aab451d7a8e55 100644
--- a/chrome/browser/ui/browser_command_controller.cc
+++ b/chrome/browser/ui/browser_command_controller.cc
@@ -556,6 +556,9 @@ void BrowserCommandController::ExecuteCommandWithDisposition(
BasicPrint(browser_);
break;
#endif // ENABLE_BASIC_PRINTING
+ case IDC_SAVE_CREDIT_CARD_FOR_PAGE:
+ SaveCreditCard(browser_);
+ break;
case IDC_TRANSLATE_PAGE:
Translate(browser_);
break;

Powered by Google App Engine
This is Rietveld 408576698