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

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

Issue 266973002: Password bubble: Create subviews for ManagePasswordsBubbleView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/passwords/manage_passwords_bubble_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1d607669d6a6262a78bdf9013eefcebb3d4980f7 100644
--- a/chrome/browser/ui/passwords/manage_passwords_bubble.h
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble.h
@@ -30,6 +30,7 @@ class ManagePasswordsBubble {
~ManagePasswordsBubble();
ManagePasswordsBubbleModel* model() { return model_.get(); }
+ const ManagePasswordsBubbleModel* model() const { return model_.get(); }
private:
scoped_ptr<ManagePasswordsBubbleModel> model_;
« no previous file with comments | « no previous file | chrome/browser/ui/passwords/manage_passwords_bubble_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698