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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_bubble.h

Issue 246393004: Password bubble: Introduce a command to open the bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/passwords/manage_passwords_bubble.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble.h b/chrome/browser/ui/passwords/manage_passwords_bubble.h
index f759ea9402032952a4ed5f2802b0e9bb12294dd0..952a99749dde3657a0908701998f8541371bf49f 100644
--- a/chrome/browser/ui/passwords/manage_passwords_bubble.h
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble.h
@@ -27,7 +27,7 @@ class ManagePasswordsBubble {
// ManagePasswordsBubbleModel; this class neither takes ownership of the
// object nor stores the pointer.
ManagePasswordsBubble(content::WebContents* contents, DisplayReason reason);
- ~ManagePasswordsBubble();
+ virtual ~ManagePasswordsBubble();
vabr (Chromium) 2014/04/22 14:32:06 Seems like the destructor is the only virtual meth
ManagePasswordsBubbleModel* model() { return model_.get(); }

Powered by Google App Engine
This is Rietveld 408576698