| 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 932f6736d5574c34c90c9099e184cf6abc1ea4bb..d625863722d0bd9ef35009b759e0ab3e0e73a700 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -178,6 +178,10 @@ class ShellWindow : public content::NotificationObserver,
|
| // callback. Also called externally for v1 apps using Ash Panels.
|
| void UpdateAppIcon(const gfx::Image& image);
|
|
|
| + ShellWindowContents* shell_window_contents_for_test() {
|
| + return shell_window_contents_.get();
|
| + }
|
| +
|
| protected:
|
| virtual ~ShellWindow();
|
|
|
|
|