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

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: 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 395cdc99b9e8ad502eac04addf8e0fe721dfd44c..68eca24946b3f09e6c00b46cda51b12559362560 100644
--- a/chrome/browser/ui/browser_command_controller.cc
+++ b/chrome/browser/ui/browser_command_controller.cc
@@ -554,6 +554,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