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

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

Issue 11416047: Add mac UI for password generation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments and tests Created 8 years, 1 month 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 9f92754aeb6bcaab58ab1a045d39f71f63db0f90..7b32aff462713b8d1573e19bcb5191f0057db96c 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -139,6 +139,10 @@ class TestBrowserWindow : public BrowserWindow {
virtual void ShowAvatarBubble(content::WebContents* web_contents,
const gfx::Rect& rect) OVERRIDE {}
virtual void ShowAvatarBubbleFromAvatarButton() OVERRIDE {}
+ virtual void ShowPasswordGenerationBubble(
+ const gfx::Rect& rect,
+ const content::PasswordForm& form,
+ autofill::PasswordGenerator* generator) OVERRIDE {}
protected:
virtual void DestroyBrowser() OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698