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

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

Issue 255903006: Password bubble: Create subviews for ManagePasswordsBubbleView. (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..ffdb5c8bb2ccbb55799927a1337dd87d4bd23c85 100644
--- a/chrome/browser/ui/passwords/manage_passwords_bubble.h
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble.h
@@ -29,7 +29,7 @@ class ManagePasswordsBubble {
ManagePasswordsBubble(content::WebContents* contents, DisplayReason reason);
~ManagePasswordsBubble();
- ManagePasswordsBubbleModel* model() { return model_.get(); }
+ ManagePasswordsBubbleModel* model() const { return model_.get(); }
vabr (Chromium) 2014/04/28 13:17:38 I still mean my previous comment [1] :). Or, as Pe
Mike West 2014/04/28 14:02:27 Hrm. I apparently _really_ want this to be const.
private:
scoped_ptr<ManagePasswordsBubbleModel> model_;

Powered by Google App Engine
This is Rietveld 408576698