| Index: chrome/browser/extensions/window_controller.h
|
| diff --git a/chrome/browser/extensions/window_controller.h b/chrome/browser/extensions/window_controller.h
|
| index 6e82bed8860cb248c1b1b1735e84a41c2f91faa0..e6e45541ae92f23febc0e285f46fa2ef7a754ddc 100644
|
| --- a/chrome/browser/extensions/window_controller.h
|
| +++ b/chrome/browser/extensions/window_controller.h
|
| @@ -29,6 +29,8 @@ class Extension;
|
|
|
| // This API needs to be implemented by any window that might be accessed
|
| // through chrome.windows or chrome.tabs (e.g. browser windows and panels).
|
| +// Subclasses must add/remove themselves from the WindowControllerList
|
| +// upon construction/destruction.
|
| class WindowController {
|
| public:
|
| enum Reason {
|
|
|