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

Unified Diff: chrome/test/base/test_browser_window.h

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/chrome_tests_unit.gypi ('k') | chrome/test/base/test_browser_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index 4e8bf4f55b4598fb3ba61124a6fd4ac9e5466985..b29bd4b5f3aa52649156a10fff6ba3faec093276 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -109,6 +109,9 @@ class TestBrowserWindow : public BrowserWindow {
void ShowBookmarkAppBubble(
const WebApplicationInfo& web_app_info,
const ShowBookmarkAppBubbleCallback& callback) override {}
+ autofill::SaveCardBubbleView* ShowSaveCreditCardBubble(
+ content::WebContents* contents,
+ autofill::SaveCardBubbleController* controller) override;
void ShowTranslateBubble(content::WebContents* contents,
translate::TranslateStep step,
translate::TranslateErrors::Type error_type,
@@ -169,6 +172,7 @@ class TestBrowserWindow : public BrowserWindow {
void FocusSearch() override {}
void UpdateContentSettingsIcons() override {}
void UpdateManagePasswordsIconAndBubble() override {}
+ void UpdateSaveCreditCardIcon() override {}
void UpdatePageActions() override {}
void UpdateBookmarkStarVisibility() override {}
void UpdateLocationBarVisibility(bool visible, bool animate) override {}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/base/test_browser_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698