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

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

Issue 246393004: Password bubble: Introduce a command to open the bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/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,

Powered by Google App Engine
This is Rietveld 408576698