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

Unified Diff: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h

Issue 565673002: Close the password bubble when navigating between tabs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Android Created 6 years, 3 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/views/passwords/manage_passwords_bubble_view.h
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
index 96af180d8167db3c586792efe76d3abc731c62ef..25270b3dd286b3856025a8b6897275d0276a584f 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
@@ -43,6 +43,8 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
return manage_passwords_bubble_;
}
+ content::WebContents* web_contents() const;
+
const View* initially_focused_view() const {
return initially_focused_view_;
}

Powered by Google App Engine
This is Rietveld 408576698