| Index: athena/content/shell/content_activity_factory.cc
|
| diff --git a/athena/content/shell/content_activity_factory.cc b/athena/content/shell/content_activity_factory.cc
|
| index d87c81e79c579294a4b93bb622d027086ad9135a..edcc76f74c41af0c22acf0e92d5293962a56901a 100644
|
| --- a/athena/content/shell/content_activity_factory.cc
|
| +++ b/athena/content/shell/content_activity_factory.cc
|
| @@ -17,7 +17,7 @@ Activity* ContentActivityFactory::CreateAppActivity(
|
| Activity* ContentActivityFactory::CreateAppActivity(
|
| extensions::AppWindow* app_window,
|
| views::WebView* web_view) {
|
| - return NULL;
|
| + return new ShellAppActivity(app_window);
|
| }
|
|
|
| } // namespace athena
|
|
|