diff options
Diffstat (limited to 'chrome/views/controller.h')
-rw-r--r-- | chrome/views/controller.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/chrome/views/controller.h b/chrome/views/controller.h index 17edadf..edd9a1c 100644 --- a/chrome/views/controller.h +++ b/chrome/views/controller.h @@ -7,15 +7,8 @@ #include <string> -/////////////////////////////////////////////////////////////////////////////// -// -// Controller class -// -// This is the Controller portion of a MVC pattern. It handles dispatching -// commands, maintaining enabled state, and updating the UI as that state -// changes. -// -/////////////////////////////////////////////////////////////////////////////// +// TODO(beng): remove this interface and fold it into MenuDelegate. + class Controller { public: virtual ~Controller() { } |