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

Unified Diff: chrome/browser/profiles/avatar_menu_model.h

Issue 9500003: Add a button to exit managed mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 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/profiles/avatar_menu_model.h
diff --git a/chrome/browser/profiles/avatar_menu_model.h b/chrome/browser/profiles/avatar_menu_model.h
index 3e5cf25c03c1553063ed61043ac56adbd468a903..d76f876a02a6867e0954a0676d2e03c5d290f10f 100644
--- a/chrome/browser/profiles/avatar_menu_model.h
+++ b/chrome/browser/profiles/avatar_menu_model.h
@@ -49,8 +49,8 @@ class AvatarMenuModel : public content::NotificationObserver {
size_t model_index;
};
- // Constructor. No parameters can be NULL in practice. |browser| can be NULL
- // and a new one will be created if an action requires it.
+ // Constructor. |observer| can be NULL. |browser| can be NULL and a new one
+ // will be created if an action requires it.
AvatarMenuModel(ProfileInfoInterface* profile_cache,
AvatarMenuModelObserver* observer,
Browser* browser);

Powered by Google App Engine
This is Rietveld 408576698