| Index: athena/content/shell/shell_app_activity.h
|
| diff --git a/athena/content/shell/shell_app_activity.h b/athena/content/shell/shell_app_activity.h
|
| index f91c555df2a6bfa224400677f37d7d1825afa032..336293e0bd66e3c0e6cdf377cf9eb222f669e931 100644
|
| --- a/athena/content/shell/shell_app_activity.h
|
| +++ b/athena/content/shell/shell_app_activity.h
|
| @@ -22,8 +22,11 @@ class ShellAppActivity : public AppActivity {
|
| virtual ~ShellAppActivity();
|
|
|
| private:
|
| + // ActivityViewModel:
|
| + virtual views::Widget* CreateWidget() OVERRIDE;
|
| +
|
| // AppActivity:
|
| - virtual content::WebContents* GetWebContents() OVERRIDE;
|
| + virtual views::WebView* GetWebView() OVERRIDE;
|
|
|
| scoped_ptr<extensions::ShellAppWindow> shell_app_window_;
|
|
|
|
|