summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/menu_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/menu_controller.h')
-rw-r--r--chrome/browser/cocoa/menu_controller.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/cocoa/menu_controller.h b/chrome/browser/cocoa/menu_controller.h
index d0a085f..0389bff 100644
--- a/chrome/browser/cocoa/menu_controller.h
+++ b/chrome/browser/cocoa/menu_controller.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this
// source code is governed by a BSD-style license that can be found in the
// LICENSE file.
@@ -20,8 +20,6 @@ class MenuModel;
// allow for hierarchical menus). The tag is the index into that model for
// that particular item. It is important that the model outlives this object
// as it only maintains weak references.
-// TODO(pinkerton): Handle changes to the model. SimpleMenuModel doesn't yet
-// notify when changes are made.
@interface MenuController : NSObject {
@private
scoped_nsobject<NSMenu> menu_;