| Index: athena/content/app_activity.h
|
| diff --git a/athena/content/app_activity.h b/athena/content/app_activity.h
|
| index 9984bafe890474805fea00e3c38b938d38035e10..057d98a296559917f5c482db5976d064ffffe5e0 100644
|
| --- a/athena/content/app_activity.h
|
| +++ b/athena/content/app_activity.h
|
| @@ -27,7 +27,7 @@ class AppActivity : public Activity,
|
| public ActivityViewModel,
|
| public content::WebContentsObserver {
|
| public:
|
| - AppActivity();
|
| + explicit AppActivity(const std::string& app_id);
|
| virtual ~AppActivity();
|
|
|
| // Activity:
|
| @@ -64,6 +64,8 @@ class AppActivity : public Activity,
|
| // Register this activity with its application.
|
| void RegisterActivity();
|
|
|
| + const std::string app_id_;
|
| +
|
| views::WebView* web_view_;
|
|
|
| // The current state for this activity.
|
|
|