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

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

Issue 1427873002: Rename ManagedFullScreenBubbleDelegateView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moregreyness
Patch Set: update Created 5 years, 2 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.cc
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
index b5b61ef22ad6962592ee79f6776059f7607d53ff..1a526f06a9fa9c35dcc2bfc4a383fbc4d8a63a66 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
@@ -957,7 +957,7 @@ ManagePasswordsBubbleView::ManagePasswordsBubbleView(
content::WebContents* web_contents,
ManagePasswordsIconViews* anchor_view,
ManagePasswordsBubbleModel::DisplayReason reason)
- : ManagedFullScreenBubbleDelegateView(anchor_view, web_contents),
+ : LocationBarBubbleDelegateView(anchor_view, web_contents),
model_(web_contents, reason),
anchor_view_(anchor_view),
initially_focused_view_(NULL) {
@@ -991,7 +991,7 @@ void ManagePasswordsBubbleView::Init() {
void ManagePasswordsBubbleView::Close() {
mouse_handler_.reset();
- ManagedFullScreenBubbleDelegateView::Close();
+ LocationBarBubbleDelegateView::Close();
}
void ManagePasswordsBubbleView::OnWidgetClosing(views::Widget* /*widget*/) {

Powered by Google App Engine
This is Rietveld 408576698