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 cd4282276640ef6a6f8bf05e6477f542666832dd..eaf36616274ae022bc1a1592f4173dd2f7cefd1b 100644 |
--- a/chrome/browser/ui/extensions/shell_window.h |
+++ b/chrome/browser/ui/extensions/shell_window.h |
@@ -41,6 +41,7 @@ class ShellWindow : public content::NotificationObserver, |
const ExtensionWindowController* extension_window_controller() const { |
return extension_window_controller_.get(); |
} |
+ const Extension* extension() const { return extension_; } |
protected: |
// TODO(mihaip): Switch from hardcoded defaults to passing in the window |
@@ -53,7 +54,6 @@ class ShellWindow : public content::NotificationObserver, |
const GURL& url); |
virtual ~ShellWindow(); |
- const Extension* extension() const { return extension_; } |
content::WebContents* web_contents() const { return web_contents_; } |
private: |