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

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

Issue 87853004: Refactoring Manage Passwords Bubble Code to exclude TabSpecificContentSettings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movingclasses
Patch Set: Android fix Created 7 years 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_icon_view.h
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h b/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h
index 77901046513537386b045479da5d5c32b5a91e8f..44147d25886c48d5cfa1a265d74d9fe16e36ca1d 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h
@@ -6,11 +6,10 @@
#define CHROME_BROWSER_UI_VIEWS_PASSWORDS_MANAGE_PASSWORDS_ICON_VIEW_H_
#include "chrome/browser/ui/passwords/manage_passwords_bubble_model.h"
-#include "chrome/browser/ui/passwords/manage_passwords_icon_controller.h"
#include "chrome/browser/ui/views/location_bar/location_bar_view.h"
#include "ui/views/controls/image_view.h"
-class ManagePasswordsIconController;
+class ManagePasswordsBubbleUIController;
// View for the password icon in the Omnibox.
class ManagePasswordsIconView : public views::ImageView {
@@ -26,11 +25,12 @@ class ManagePasswordsIconView : public views::ImageView {
// Updates the image and its tooltip appropriately, hiding or showing the icon
// as needed.
- void Update(ManagePasswordsIconController* manage_passwords_icon_controller);
+ void Update(
+ ManagePasswordsBubbleUIController* manage_passwords_bubble_ui_controller);
// Shows a bubble from the icon if a password form was submitted.
void ShowBubbleIfNeeded(
- ManagePasswordsIconController* manage_passwords_icon_controller);
+ ManagePasswordsBubbleUIController* manage_passwords_bubble_ui_controller);
void SetTooltip(bool password_to_be_saved);

Powered by Google App Engine
This is Rietveld 408576698