diff options
Diffstat (limited to 'chrome/browser/extensions/window_controller.h')
-rw-r--r-- | chrome/browser/extensions/window_controller.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/window_controller.h b/chrome/browser/extensions/window_controller.h index e6e4554..ec9f6e2 100644 --- a/chrome/browser/extensions/window_controller.h +++ b/chrome/browser/extensions/window_controller.h @@ -57,7 +57,8 @@ class WindowController { virtual base::DictionaryValue* CreateWindowValue() const; // Populates a dictionary for the Window object, including a list of tabs. - virtual base::DictionaryValue* CreateWindowValueWithTabs() const = 0; + virtual base::DictionaryValue* CreateWindowValueWithTabs( + const extensions::Extension* extension) const = 0; // Returns false if the window is in a state where closing the window is not // permitted and sets |reason| if not NULL. |