Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: athena/content/app_activity.h

Issue 501093003: Consolidate AppControllDelegate to ExtensionsDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698