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

Unified Diff: chrome/test/base/test_browser_window.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: defined(TOOLKIT_VIEWS) -> defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX). 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
« no previous file with comments | « chrome/test/base/test_browser_window.h ('k') | chrome/test/data/autofill/cc_autocomplete_off_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_browser_window.cc
diff --git a/chrome/test/base/test_browser_window.cc b/chrome/test/base/test_browser_window.cc
index c4800436d81331dceea599e067f572514a9fab44..f42e11b5b1b8ebab1a29b0959aae090eaf2e7811 100644
--- a/chrome/test/base/test_browser_window.cc
+++ b/chrome/test/base/test_browser_window.cc
@@ -164,6 +164,12 @@ gfx::Rect TestBrowserWindow::GetRootWindowResizerRect() const {
return gfx::Rect();
}
+autofill::SaveCardBubbleView* TestBrowserWindow::ShowSaveCreditCardBubble(
+ content::WebContents* contents,
+ autofill::SaveCardBubbleController* controller) {
+ return nullptr;
+}
+
bool TestBrowserWindow::IsProfileResetBubbleSupported() const {
return false;
}
« no previous file with comments | « chrome/test/base/test_browser_window.h ('k') | chrome/test/data/autofill/cc_autocomplete_off_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698