| 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 921cf633e92588da19aeb7f925a50e3eb913d5ee..0571778f0815ee69d5dfe45f0fc4c57e00ca578b 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -71,6 +71,7 @@ class ShellWindow : public content::NotificationObserver,
|
| const GURL& url,
|
| const CreateParams& params);
|
|
|
| + const std::string& window_key() const { return window_key_; }
|
| const SessionID& session_id() const { return session_id_; }
|
| const extensions::Extension* extension() const { return extension_; }
|
| TabContents* tab_contents() const { return contents_.get(); }
|
|
|