Add comment about map key/values
This commit is contained in:
parent
583cc925ac
commit
812dea9a8b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class AtomMenuModel : public ui::SimpleMenuModel {
|
||||||
private:
|
private:
|
||||||
Delegate* delegate_; // weak ref.
|
Delegate* delegate_; // weak ref.
|
||||||
|
|
||||||
std::map<int, base::string16> roles_;
|
std::map<int, base::string16> roles_; // command id -> role
|
||||||
base::ObserverList<Observer> observers_;
|
base::ObserverList<Observer> observers_;
|
||||||
|
|
||||||
DISALLOW_COPY_AND_ASSIGN(AtomMenuModel);
|
DISALLOW_COPY_AND_ASSIGN(AtomMenuModel);
|
||||||
|
|
Loading…
Reference in a new issue