Index: chrome/browser/extensions/window_controller.h |
diff --git a/chrome/browser/extensions/window_controller.h b/chrome/browser/extensions/window_controller.h |
index e6e45541ae92f23febc0e285f46fa2ef7a754ddc..ec9f6e28a5a3048ef310fde6eb148a3ca728ae79 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. |