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

Unified Diff: chrome/browser/ui/browser_window.h

Issue 10458018: This CL does the following: (1) Pass the max_length attribute to the password generator; (2) Update… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Solve conflicts. Created 8 years, 6 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/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index ecd20d2eb2a511a26945dd5be1542bd836358d97..521058f7726c8ef2a0f7d78db65e68113268e807 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -32,6 +32,9 @@ class TemplateURL;
class ToolbarView;
#endif
+namespace autofill {
+class PasswordGenerator;
+}
namespace content {
class WebContents;
struct NativeWebKeyboardEvent;
@@ -385,6 +388,7 @@ class BrowserWindow : public BaseWindow {
// currently not available on mac.
virtual void ShowPasswordGenerationBubble(
const gfx::Rect& rect,
+ autofill::PasswordGenerator* password_generator,
sky 2012/06/06 04:04:07 Document ownership of |password_generator|
zysxqn 2012/06/06 16:43:59 Done.
const webkit::forms::PasswordForm& form) {}
protected:

Powered by Google App Engine
This is Rietveld 408576698