mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add comment about map key/values
This commit is contained in:
@@ -42,7 +42,7 @@ class AtomMenuModel : public ui::SimpleMenuModel {
|
||||
private:
|
||||
Delegate* delegate_; // weak ref.
|
||||
|
||||
std::map<int, base::string16> roles_;
|
||||
std::map<int, base::string16> roles_; // command id -> role
|
||||
base::ObserverList<Observer> observers_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(AtomMenuModel);
|
||||
|
||||
Reference in New Issue
Block a user