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

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

Issue 2061523002: Enable the translate bubble to be dismissed when user ignores it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits Created 4 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/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 78f98360f5cd582c033d0da6bfbceb9a002bced9..21fe329acdf751df71c85d9768e94b1fd9bb9397 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
@@ -61,7 +61,6 @@ class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
class SaveConfirmationView;
class SignInPromoView;
class UpdatePendingView;
- class WebContentMouseHandler;
ManagePasswordsBubbleView(content::WebContents* web_contents,
views::View* anchor_view,
@@ -102,7 +101,6 @@ class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
views::View* initially_focused_view_;
- // A helper to intercept mouse click events on the web contents.
std::unique_ptr<WebContentMouseHandler> mouse_handler_;
DISALLOW_COPY_AND_ASSIGN(ManagePasswordsBubbleView);

Powered by Google App Engine
This is Rietveld 408576698