Index: chrome/browser/ui/extensions/shell_window.h |
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h |
index 5f3e7af6c91ead2412f4df2ebe0a9adab7b3076b..90cc69202d249ceb196506370432dabf3bf3f0ed 100644 |
--- a/chrome/browser/ui/extensions/shell_window.h |
+++ b/chrome/browser/ui/extensions/shell_window.h |
@@ -28,6 +28,9 @@ class ShellWindow : public content::NotificationObserver, |
public: |
content::WebContents* web_contents() const { return host_->host_contents(); } |
const SessionID& session_id() const { return session_id_; } |
+ const ExtensionWindowController* extension_window_controller() const { |
+ return extension_window_controller_.get(); |
+ } |
static ShellWindow* Create(Profile* profile, |
const Extension* extension, |