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

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

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.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 24d1cdad4eae01ef4d835b397f830513f77dbd69..d42063f301a852b74361194dbc24719871dd75cb 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_UI_VIEWS_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_VIEW_H_
#include "chrome/browser/ui/passwords/manage_passwords_bubble_model.h"
-#include "chrome/browser/ui/views/managed_full_screen_bubble_delegate_view.h"
+#include "chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h"
class ManagePasswordsIconViews;
@@ -22,7 +22,7 @@ class WebContents;
// 2. ManageView: Displays the current page's saved credentials.
// 3. BlacklistedView: Informs the user that the current page is blacklisted.
//
-class ManagePasswordsBubbleView : public ManagedFullScreenBubbleDelegateView {
+class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
public:
// Shows the bubble.
static void ShowBubble(content::WebContents* web_contents,
@@ -68,7 +68,7 @@ class ManagePasswordsBubbleView : public ManagedFullScreenBubbleDelegateView {
ManagePasswordsBubbleModel::DisplayReason reason);
~ManagePasswordsBubbleView() override;
- // ManagedFullScreenBubbleDelegateView:
+ // LocationBarBubbleDelegateView:
views::View* GetInitiallyFocusedView() override;
void Init() override;
void Close() override;

Powered by Google App Engine
This is Rietveld 408576698