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 1346b607634720374d3f6d32102da55ecc38be9a..dfa11cf1314f3d7a1318b983c08c0ebbbedc7a71 100644 |
--- a/chrome/test/base/test_browser_window.h |
+++ b/chrome/test/base/test_browser_window.h |
@@ -108,6 +108,8 @@ class TestBrowserWindow : public BrowserWindow { |
virtual void ShowTranslateBubble(content::WebContents* contents, |
translate::TranslateStep step, |
TranslateErrors::Type error_type) OVERRIDE {} |
+ virtual void ShowManagePasswordBubble( |
+ content::WebContents* contents) OVERRIDE {} |
#if defined(ENABLE_ONE_CLICK_SIGNIN) |
virtual void ShowOneClickSigninBubble( |
OneClickSigninBubbleType type, |